#CAE07D

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

Shades of Sulu #CAE07D

Tints of Sulu #CAE07D

Color information

#CAE07D (or 0xCAE07D) is unknown color: approx Sulu. HEX triplet: CA, E0 and 7D. RGB value is (202,224,125). Sum of RGB (Red+Green+Blue) = 202+224+125=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE07D is #351F82. Grayscale: #CECECE. Windows color (decimal): -3481475 or 8249546. OLE color: 8249546.

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

Color convert

RGB202224125-
CMYK0.1000.440.12
HSL73.33º61.49%68.43%-
HSV(B)73.33º44.2%87.84%-
XYZ54.7167.3529.52-
YUV206.1482.21125.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 224 (87.89% from 255) = 40.65%
BLUE value IS 125 (49.22% from 255) = 22.69%
R=36.66%
G=40.65%
B=22.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241250.1000.440.1273.3361.4968.43
HexCAE07DA02CC493d44
Octal312340175120541411175104
Binary1100101011100000111110110100101100110010010011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE07D; }

 p { color: rgb(202,224,125); }

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

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

 a { background-color: rgb(202,224,125); }

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

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

 span { border-color: rgb(202,224,125); }

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