#CAE373

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

Shades of Sulu #CAE373

Tints of Sulu #CAE373

Color information

#CAE373 (or 0xCAE373) is unknown color: approx Sulu. HEX triplet: CA, E3 and 73. RGB value is (202,227,115). Sum of RGB (Red+Green+Blue) = 202+227+115=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE373 is #351C8C. Grayscale: #CFCFCF. Windows color (decimal): -3480717 or 7594954. OLE color: 7594954.

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

Color convert

RGB202227115-
CMYK0.1100.490.11
HSL73.39º66.67%67.06%-
HSV(B)73.39º49.34%89.02%-
XYZ54.9268.7326.59-
YUV206.7676.22124.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 227 (89.06% from 255) = 41.73%
BLUE value IS 115 (45.31% from 255) = 21.14%
R=37.13%
G=41.73%
B=21.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022271150.1100.490.1173.3966.6767.06
HexCAE373B031B494343
Octal3123431631306113111103103
Binary11001010111000111110011101101100011011100100110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE373; }

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

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

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

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

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

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

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

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