#CAEE85

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

Shades of Sulu #CAEE85

Tints of Sulu #CAEE85

Color information

#CAEE85 (or 0xCAEE85) is unknown color: approx Sulu. HEX triplet: CA, EE and 85. RGB value is (202,238,133). Sum of RGB (Red+Green+Blue) = 202+238+133=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEE85 is #35117A. Grayscale: #D7D7D7. Windows color (decimal): -3477883 or 8777418. OLE color: 8777418.

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

Color convert

RGB202238133-
CMYK0.1500.440.07
HSL80.57º75.54%72.75%-
HSV(B)80.57º44.12%93.33%-
XYZ59.1775.433.63-
YUV215.2781.57118.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 238 (93.36% from 255) = 41.54%
BLUE value IS 133 (52.34% from 255) = 23.21%
R=35.25%
G=41.54%
B=23.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381330.1500.440.0780.5775.5472.75
HexCAEE85F02C7514c49
Octal312356205170547121114111
Binary11001010111011101000010111110101100111101000110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEE85; }

 p { color: rgb(202,238,133); }

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

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

 a { background-color: rgb(202,238,133); }

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

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

 span { border-color: rgb(202,238,133); }

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