#CAE188

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

Shades of Sulu #CAE188

Tints of Sulu #CAE188

Color information

#CAE188 (or 0xCAE188) is unknown color: approx Sulu. HEX triplet: CA, E1 and 88. RGB value is (202,225,136). Sum of RGB (Red+Green+Blue) = 202+225+136=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE188 is #351E77. Grayscale: #D0D0D0. Windows color (decimal): -3481208 or 8970698. OLE color: 8970698.

HSL color Cylindrical-coordinate representation of color #CAE188: hue angle of 75.51º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAE188 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB202225136-
CMYK0.1000.400.12
HSL75.51º59.73%70.78%-
HSV(B)75.51º39.56%88.24%-
XYZ55.7368.1833.52-
YUV207.9887.38123.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 225 (88.28% from 255) = 39.96%
BLUE value IS 136 (53.52% from 255) = 24.16%
R=35.88%
G=39.96%
B=24.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251360.1000.400.1275.5159.7370.78
HexCAE188A028C4c3c47
Octal312341210120501411474107
Binary11001010111000011000100010100101000110010011001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE188; }

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

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

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

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

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

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

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

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