Shades of Sulu #CFF07A
Tints of Sulu #CFF07A
RGB
CMYK
RGB Variations
Color information
#CFF07A (or 0xCFF07A) is known color: Sulu. HEX triplet: CF, F0 and 7A. RGB value is (207,240,122). Sum of RGB (Red+Green+Blue) = 207+240+122=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF07A is #300F85. Grayscale: #D9D9D9. Windows color (decimal): -3149702 or 8057039. OLE color: 8057039.
HSL color Cylindrical-coordinate representation of color #CFF07A: hue angle of 76.78º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFF07A is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 122 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.06 |
| HSL | 76.78º | 0.8% | 0.71% | - |
| HSV(B) | 76.78º | 0.49% | 0.94% | - |
| XYZ | 60.41 | 76.99 | 30.09 | - |
| YUV | 216.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 122 | 0.14 | 0 | 0.49 | 0.06 | 76.78 | 0.8 | 0.71 |
| Hex | CF | F0 | 7A | E | 0 | 31 | 6 | 4D | 50 | 47 |
| Octal | 317 | 360 | 172 | 16 | 0 | 61 | 6 | 115 | 120 | 107 |
| Binary | 11001111 | 11110000 | 1111010 | 1110 | 0 | 110001 | 110 | 1001101 | 1010000 | 1000111 |
Color Harmonies of #CFF07A
Complementary color
Monochromatic Colors of #CFF07A
Black with #CFF07A
Text Example
Text Example
White with #CFF07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF07A; }
p { color: rgb(207,240,122); }
H1.HeaderClassName
{
color: #CFF07A;
}
.AnyTagClassName
{
color: #CFF07A;
}
</style>
background-color css
<style>
a { background-color: #CFF07A; }
a { background-color: rgb(207,240,122); }
div.DivClassName
{
background-color: #CFF07A;
}
.BgClassName
{
background-color: #CFF07A;
}
</style>
border-color css
<style>
span { border-color: #CFF07A; }
span { border-color: rgb(207,240,122); }
td.TdClassName
{
border-color: #CFF07A;
}
.TagClassName
{
border-color: #CFF07A;
}
</style>