Shades of Sulu #CAEF80
Tints of Sulu #CAEF80
RGB
CMYK
RGB Variations
Color information
#CAEF80 (or 0xCAEF80) is known color: Sulu. HEX triplet: CA, EF and 80. RGB value is (202,239,128). Sum of RGB (Red+Green+Blue) = 202+239+128=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEF80 is #35107F. Grayscale: #D7D7D7. Windows color (decimal): -3477632 or 8449994. OLE color: 8449994.
HSL color Cylindrical-coordinate representation of color #CAEF80: hue angle of 80º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAEF80 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 128 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.06 |
| HSL | 80º | 0.78% | 0.72% | - |
| HSV(B) | 80º | 0.46% | 0.94% | - |
| XYZ | 59.12 | 75.85 | 31.95 | - |
| YUV | 215.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 128 | 0.15 | 0 | 0.46 | 0.06 | 80 | 0.78 | 0.72 |
| Hex | CA | EF | 80 | F | 0 | 2E | 6 | 50 | 4E | 48 |
| Octal | 312 | 357 | 200 | 17 | 0 | 56 | 6 | 120 | 116 | 110 |
| Binary | 11001010 | 11101111 | 10000000 | 1111 | 0 | 101110 | 110 | 1010000 | 1001110 | 1001000 |
Color Harmonies of #CAEF80
Complementary color
Monochromatic Colors of #CAEF80
Black with #CAEF80
Text Example
Text Example
White with #CAEF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEF80; }
p { color: rgb(202,239,128); }
H1.HeaderClassName
{
color: #CAEF80;
}
.AnyTagClassName
{
color: #CAEF80;
}
</style>
background-color css
<style>
a { background-color: #CAEF80; }
a { background-color: rgb(202,239,128); }
div.DivClassName
{
background-color: #CAEF80;
}
.BgClassName
{
background-color: #CAEF80;
}
</style>
border-color css
<style>
span { border-color: #CAEF80; }
span { border-color: rgb(202,239,128); }
td.TdClassName
{
border-color: #CAEF80;
}
.TagClassName
{
border-color: #CAEF80;
}
</style>