Shades of Sulu #CFF280
Tints of Sulu #CFF280
RGB
CMYK
RGB Variations
Color information
#CFF280 (or 0xCFF280) is known color: Sulu. HEX triplet: CF, F2 and 80. RGB value is (207,242,128). Sum of RGB (Red+Green+Blue) = 207+242+128=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF280 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF280 is #300D7F. Grayscale: #DADADA. Windows color (decimal): -3149184 or 8450767. OLE color: 8450767.
HSL color Cylindrical-coordinate representation of color #CFF280: hue angle of 78.42º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFF280 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 128 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.05 |
| HSL | 78.42º | 0.81% | 0.73% | - |
| HSV(B) | 78.42º | 0.47% | 0.95% | - |
| XYZ | 61.38 | 78.33 | 32.31 | - |
| YUV | 218.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 128 | 0.14 | 0 | 0.47 | 0.05 | 78.42 | 0.81 | 0.73 |
| Hex | CF | F2 | 80 | E | 0 | 2F | 5 | 4E | 51 | 49 |
| Octal | 317 | 362 | 200 | 16 | 0 | 57 | 5 | 116 | 121 | 111 |
| Binary | 11001111 | 11110010 | 10000000 | 1110 | 0 | 101111 | 101 | 1001110 | 1010001 | 1001001 |
Color Harmonies of #CFF280
Complementary color
Monochromatic Colors of #CFF280
Black with #CFF280
Text Example
Text Example
White with #CFF280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF280; }
p { color: rgb(207,242,128); }
H1.HeaderClassName
{
color: #CFF280;
}
.AnyTagClassName
{
color: #CFF280;
}
</style>
background-color css
<style>
a { background-color: #CFF280; }
a { background-color: rgb(207,242,128); }
div.DivClassName
{
background-color: #CFF280;
}
.BgClassName
{
background-color: #CFF280;
}
</style>
border-color css
<style>
span { border-color: #CFF280; }
span { border-color: rgb(207,242,128); }
td.TdClassName
{
border-color: #CFF280;
}
.TagClassName
{
border-color: #CFF280;
}
</style>