#CAED89

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

Shades of Sulu #CAED89

Tints of Sulu #CAED89

Color information

#CAED89 (or 0xCAED89) is unknown color: approx Sulu. HEX triplet: CA, ED and 89. RGB value is (202,237,137). Sum of RGB (Red+Green+Blue) = 202+237+137=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 137 (53.91% from 255 or 23.78% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #CAED89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAED89 is #351276. Grayscale: #D7D7D7. Windows color (decimal): -3478135 or 9039306. OLE color: 9039306.

HSL color Cylindrical-coordinate representation of color #CAED89: hue angle of 81º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAED89 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB202237137-
CMYK0.1500.420.07
HSL81º73.53%73.33%-
HSV(B)81º42.19%92.94%-
XYZ59.1674.9335.01-
YUV215.1483.9118.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 137 (53.91% from 255) = 23.78%
R=35.07%
G=41.15%
B=23.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022371370.1500.420.078173.5373.33
HexCAED89F02A7514a49
Octal312355211170527121112111
Binary11001010111011011000100111110101010111101000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAED89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAED89; }

 p { color: rgb(202,237,137); }

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

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

 a { background-color: rgb(202,237,137); }

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

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

 span { border-color: rgb(202,237,137); }

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