#CAE185

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

Shades of Sulu #CAE185

Tints of Sulu #CAE185

Color information

#CAE185 (or 0xCAE185) is unknown color: approx Sulu. HEX triplet: CA, E1 and 85. RGB value is (202,225,133). Sum of RGB (Red+Green+Blue) = 202+225+133=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE185 is #351E7A. Grayscale: #CFCFCF. Windows color (decimal): -3481211 or 8774090. OLE color: 8774090.

HSL color Cylindrical-coordinate representation of color #CAE185: hue angle of 75º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAE185 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB202225133-
CMYK0.1000.410.12
HSL75º60.53%70.2%-
HSV(B)75º40.89%88.24%-
XYZ55.5268.132.41-
YUV207.6485.88123.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 225 (88.28% from 255) = 40.18%
BLUE value IS 133 (52.34% from 255) = 23.75%
R=36.07%
G=40.18%
B=23.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251330.1000.410.127560.5370.2
HexCAE185A029C4b3d46
Octal312341205120511411375106
Binary11001010111000011000010110100101001110010010111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE185; }

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

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

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

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

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

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

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

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