Shades of Sulu #CAE07D
Tints of Sulu #CAE07D
RGB
CMYK
RGB Variations
Color information
#CAE07D (or 0xCAE07D) is known color: 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
| RGB | 202 | 224 | 125 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.12 |
| HSL | 73.33º | 0.61% | 0.68% | - |
| HSV(B) | 73.33º | 0.44% | 0.88% | - |
| XYZ | 54.71 | 67.35 | 29.52 | - |
| YUV | 206.14 | 82.21 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 125 | 0.10 | 0 | 0.44 | 0.12 | 73.33 | 0.61 | 0.68 |
| Hex | CA | E0 | 7D | A | 0 | 2C | C | 49 | 3D | 44 |
| Octal | 312 | 340 | 175 | 12 | 0 | 54 | 14 | 111 | 75 | 104 |
| Binary | 11001010 | 11100000 | 1111101 | 1010 | 0 | 101100 | 1100 | 1001001 | 111101 | 1000100 |
Color Harmonies of #CAE07D
Complementary color
Monochromatic Colors of #CAE07D
Black with #CAE07D
Text Example
Text Example
White with #CAE07D
Text Example
Text Example
HTML Codes & Css Web 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>