#CAE885

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

Shades of Sulu #CAE885

Tints of Sulu #CAE885

Color information

#CAE885 (or 0xCAE885) is unknown color: approx Sulu. HEX triplet: CA, E8 and 85. RGB value is (202,232,133). Sum of RGB (Red+Green+Blue) = 202+232+133=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE885 is #35177A. Grayscale: #D4D4D4. Windows color (decimal): -3479419 or 8775882. OLE color: 8775882.

HSL color Cylindrical-coordinate representation of color #CAE885: hue angle of 78.18º degrees, saturation: 0.68, 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 #CAE885 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB202232133-
CMYK0.1300.430.09
HSL78.18º68.28%71.57%-
HSV(B)78.18º42.67%90.98%-
XYZ57.4571.9633.05-
YUV211.7483.56121.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 232 (91.02% from 255) = 40.92%
BLUE value IS 133 (52.34% from 255) = 23.46%
R=35.63%
G=40.92%
B=23.46%

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
Decimal2022321330.1300.430.0978.1868.2871.57
HexCAE885D02B94e4448
Octal3123502051505311116104110
Binary110010101110100010000101110101010111001100111010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE885; }

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

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

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

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

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

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

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

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