#CAE588

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

Shades of Sulu #CAE588

Tints of Sulu #CAE588

Color information

#CAE588 (or 0xCAE588) is unknown color: approx Sulu. HEX triplet: CA, E5 and 88. RGB value is (202,229,136). Sum of RGB (Red+Green+Blue) = 202+229+136=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE588 is #351A77. Grayscale: #D2D2D2. Windows color (decimal): -3480184 or 8971722. OLE color: 8971722.

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

Color convert

RGB202229136-
CMYK0.1200.410.10
HSL77.42º64.14%71.57%-
HSV(B)77.42º40.61%89.8%-
XYZ56.8270.3733.88-
YUV210.3286.05122.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 229 (89.84% from 255) = 40.39%
BLUE value IS 136 (53.52% from 255) = 23.99%
R=35.63%
G=40.39%
B=23.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291360.1200.410.1077.4264.1471.57
HexCAE588C029A4d4048
Octal3123452101405112115100110
Binary110010101110010110001000110001010011010100110110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE588; }

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

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

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

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

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

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

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

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