#CAE984

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

Shades of Sulu #CAE984

Tints of Sulu #CAE984

Color information

#CAE984 (or 0xCAE984) is unknown color: approx Sulu. HEX triplet: CA, E9 and 84. RGB value is (202,233,132). Sum of RGB (Red+Green+Blue) = 202+233+132=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE984 is #35167B. Grayscale: #D4D4D4. Windows color (decimal): -3479164 or 8710602. OLE color: 8710602.

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

Color convert

RGB202233132-
CMYK0.1300.430.09
HSL78.42º69.66%71.57%-
HSV(B)78.42º43.35%91.37%-
XYZ57.6672.532.78-
YUV212.2282.73120.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 233 (91.41% from 255) = 41.09%
BLUE value IS 132 (51.95% from 255) = 23.28%
R=35.63%
G=41.09%
B=23.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331320.1300.430.0978.4269.6671.57
HexCAE984D02B94e4648
Octal3123512041505311116106110
Binary110010101110100110000100110101010111001100111010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE984; }

 p { color: rgb(202,233,132); }

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

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

 a { background-color: rgb(202,233,132); }

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

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

 span { border-color: rgb(202,233,132); }

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