#CAEC85

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

Shades of Sulu #CAEC85

Tints of Sulu #CAEC85

Color information

#CAEC85 (or 0xCAEC85) is unknown color: approx Sulu. HEX triplet: CA, EC and 85. RGB value is (202,236,133). Sum of RGB (Red+Green+Blue) = 202+236+133=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #CAEC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEC85 is #35137A. Grayscale: #D6D6D6. Windows color (decimal): -3478395 or 8776906. OLE color: 8776906.

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

Color convert

RGB202236133-
CMYK0.1400.440.07
HSL79.81º73.05%72.35%-
HSV(B)79.81º43.64%92.55%-
XYZ58.5974.2433.43-
YUV214.0982.24119.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 133 (52.34% from 255) = 23.29%
R=35.38%
G=41.33%
B=23.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361330.1400.440.0779.8173.0572.35
HexCAEC85E02C7504948
Octal312354205160547120111110
Binary11001010111011001000010111100101100111101000010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEC85; }

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

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

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

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

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

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

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

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