#40CB98

Color #40CB98 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #40CB98

Tints of Shamrock #40CB98

Color information

#40CB98 (or 0x40CB98) is unknown color: approx Shamrock. HEX triplet: 40, CB and 98. RGB value is (64,203,152). Sum of RGB (Red+Green+Blue) = 64+203+152=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CB98 is #BF3467. Grayscale: #9B9B9B. Windows color (decimal): -12530792 or 10013504. OLE color: 10013504.

HSL color Cylindrical-coordinate representation of color #40CB98: hue angle of 157.99º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CB98 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB64203152-
CMYK0.6800.250.20
HSL157.99º57.2%52.35%-
HSV(B)157.99º68.47%79.61%-
XYZ29.1446.0737.06-
YUV155.62125.9562.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 15.27%
GREEN value IS 203 (79.69% from 255) = 48.45%
BLUE value IS 152 (59.77% from 255) = 36.28%
R=15.27%
G=48.45%
B=36.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal642031520.6800.250.20157.9957.252.35
Hex40CB9844019149e3934
Octal100313230104031242367164
Binary1000000110010111001100010001000110011010010011110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40CB98; }

 p { color: rgb(64,203,152); }

 H1.HeaderClassName
 {
   color: #40CB98;
 }
 .AnyTagClassName
 {
   color: #40CB98;
 }
</style>
background-color css

<style>
 a { background-color: #40CB98; }

 a { background-color: rgb(64,203,152); }

 div.DivClassName
 {
   background-color: #40CB98;
 }
 .BgClassName
 {
   background-color: #40CB98;
 }
</style>
border-color css

<style>
 span { border-color: #40CB98; }

 span { border-color: rgb(64,203,152); }

 td.TdClassName
 {
   border-color: #40CB98;
 }
 .TagClassName
 {
   border-color: #40CB98;
 }
</style>