#CAE372

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

Shades of Sulu #CAE372

Tints of Sulu #CAE372

Color information

#CAE372 (or 0xCAE372) is unknown color: approx Sulu. HEX triplet: CA, E3 and 72. RGB value is (202,227,114). Sum of RGB (Red+Green+Blue) = 202+227+114=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE372 is #351C8D. Grayscale: #CFCFCF. Windows color (decimal): -3480718 or 7529418. OLE color: 7529418.

HSL color Cylindrical-coordinate representation of color #CAE372: hue angle of 73.27º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAE372 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB202227114-
CMYK0.1100.500.11
HSL73.27º66.86%66.86%-
HSV(B)73.27º49.78%89.02%-
XYZ54.8668.7126.29-
YUV206.6475.72124.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 227 (89.06% from 255) = 41.80%
BLUE value IS 114 (44.92% from 255) = 20.99%
R=37.20%
G=41.80%
B=20.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022271140.1100.500.1173.2766.8666.86
HexCAE372B032B494343
Octal3123431621306213111103103
Binary11001010111000111110010101101100101011100100110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE372; }

 p { color: rgb(202,227,114); }

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

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

 a { background-color: rgb(202,227,114); }

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

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

 span { border-color: rgb(202,227,114); }

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