#CAE17A

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

Shades of Sulu #CAE17A

Tints of Sulu #CAE17A

Color information

#CAE17A (or 0xCAE17A) is unknown color: approx Sulu. HEX triplet: CA, E1 and 7A. RGB value is (202,225,122). Sum of RGB (Red+Green+Blue) = 202+225+122=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE17A is #351E85. Grayscale: #CECECE. Windows color (decimal): -3481222 or 8053194. OLE color: 8053194.

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

Color convert

RGB202225122-
CMYK0.1000.460.12
HSL73.4º63.19%68.04%-
HSV(B)73.4º45.78%88.24%-
XYZ54.867.8128.61-
YUV206.3880.38124.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 122 (48.05% from 255) = 22.22%
R=36.79%
G=40.98%
B=22.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251220.1000.460.1273.463.1968.04
HexCAE17AA02EC493f44
Octal312341172120561411177104
Binary1100101011100001111101010100101110110010010011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE17A; }

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

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

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

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

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

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

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

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