#CAE580

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

Shades of Sulu #CAE580

Tints of Sulu #CAE580

Color information

#CAE580 (or 0xCAE580) is unknown color: approx Sulu. HEX triplet: CA, E5 and 80. RGB value is (202,229,128). Sum of RGB (Red+Green+Blue) = 202+229+128=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE580 is #351A7F. Grayscale: #D1D1D1. Windows color (decimal): -3480192 or 8447434. OLE color: 8447434.

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

Color convert

RGB202229128-
CMYK0.1200.440.10
HSL76.04º66.01%70%-
HSV(B)76.04º44.1%89.8%-
XYZ56.2770.1531-
YUV209.4182.05122.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 229 (89.84% from 255) = 40.97%
BLUE value IS 128 (50.39% from 255) = 22.90%
R=36.14%
G=40.97%
B=22.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291280.1200.440.1076.0466.0170
HexCAE580C02CA4c4246
Octal3123452001405412114102106
Binary110010101110010110000000110001011001010100110010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE580; }

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

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

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

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

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

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

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

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