#CAE78C

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

Shades of Sulu #CAE78C

Tints of Sulu #CAE78C

Color information

#CAE78C (or 0xCAE78C) is unknown color: approx Sulu. HEX triplet: CA, E7 and 8C. RGB value is (202,231,140). Sum of RGB (Red+Green+Blue) = 202+231+140=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 231 (90.62% from 255 or 40.31% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE78C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE78C is #351873. Grayscale: #D4D4D4. Windows color (decimal): -3479668 or 9234378. OLE color: 9234378.

HSL color Cylindrical-coordinate representation of color #CAE78C: hue angle of 79.12º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAE78C is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB202231140-
CMYK0.1300.390.09
HSL79.12º65.47%72.75%-
HSV(B)79.12º39.39%90.59%-
XYZ57.6771.635.59-
YUV211.9687.39120.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 231 (90.62% from 255) = 40.31%
BLUE value IS 140 (55.08% from 255) = 24.43%
R=35.25%
G=40.31%
B=24.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022311400.1300.390.0979.1265.4772.75
HexCAE78CD02794f4149
Octal3123472141504711117101111
Binary110010101110011110001100110101001111001100111110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE78C; }

 p { color: rgb(202,231,140); }

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

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

 a { background-color: rgb(202,231,140); }

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

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

 span { border-color: rgb(202,231,140); }

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