Shades of Sulu #CAE07F
Tints of Sulu #CAE07F
RGB
CMYK
RGB Variations
Color information
#CAE07F (or 0xCAE07F) is known color: Sulu. HEX triplet: CA, E0 and 7F. RGB value is (202,224,127). Sum of RGB (Red+Green+Blue) = 202+224+127=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE07F is #351F80. Grayscale: #CECECE. Windows color (decimal): -3481473 or 8380618. OLE color: 8380618.
HSL color Cylindrical-coordinate representation of color #CAE07F: hue angle of 73.61º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAE07F is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 127 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.12 |
| HSL | 73.61º | 0.61% | 0.69% | - |
| HSV(B) | 73.61º | 0.43% | 0.88% | - |
| XYZ | 54.84 | 67.4 | 30.2 | - |
| YUV | 206.36 | 83.21 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 127 | 0.10 | 0 | 0.43 | 0.12 | 73.61 | 0.61 | 0.69 |
| Hex | CA | E0 | 7F | A | 0 | 2B | C | 4A | 3D | 45 |
| Octal | 312 | 340 | 177 | 12 | 0 | 53 | 14 | 112 | 75 | 105 |
| Binary | 11001010 | 11100000 | 1111111 | 1010 | 0 | 101011 | 1100 | 1001010 | 111101 | 1000101 |
Color Harmonies of #CAE07F
Complementary color
Monochromatic Colors of #CAE07F
Black with #CAE07F
Text Example
Text Example
White with #CAE07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE07F; }
p { color: rgb(202,224,127); }
H1.HeaderClassName
{
color: #CAE07F;
}
.AnyTagClassName
{
color: #CAE07F;
}
</style>
background-color css
<style>
a { background-color: #CAE07F; }
a { background-color: rgb(202,224,127); }
div.DivClassName
{
background-color: #CAE07F;
}
.BgClassName
{
background-color: #CAE07F;
}
</style>
border-color css
<style>
span { border-color: #CAE07F; }
span { border-color: rgb(202,224,127); }
td.TdClassName
{
border-color: #CAE07F;
}
.TagClassName
{
border-color: #CAE07F;
}
</style>