#CAE17C

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

Shades of Sulu #CAE17C

Tints of Sulu #CAE17C

Color information

#CAE17C (or 0xCAE17C) is unknown color: approx Sulu. HEX triplet: CA, E1 and 7C. RGB value is (202,225,124). Sum of RGB (Red+Green+Blue) = 202+225+124=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE17C is #351E83. Grayscale: #CECECE. Windows color (decimal): -3481220 or 8184266. OLE color: 8184266.

HSL color Cylindrical-coordinate representation of color #CAE17C: hue angle of 73.66º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAE17C is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB202225124-
CMYK0.1000.450.12
HSL73.66º62.73%68.43%-
HSV(B)73.66º44.89%88.24%-
XYZ54.9267.8629.27-
YUV206.6181.38124.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 225 (88.28% from 255) = 40.83%
BLUE value IS 124 (48.83% from 255) = 22.50%
R=36.66%
G=40.83%
B=22.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251240.1000.450.1273.6662.7368.43
HexCAE17CA02DC4a3f44
Octal312341174120551411277104
Binary1100101011100001111110010100101101110010010101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE17C; }

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

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

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

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

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

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

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

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