Shades of Sulu #CFF28A
Tints of Sulu #CFF28A
RGB
CMYK
RGB Variations
Color information
#CFF28A (or 0xCFF28A) is known color: Sulu. HEX triplet: CF, F2 and 8A. RGB value is (207,242,138). Sum of RGB (Red+Green+Blue) = 207+242+138=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF28A is #300D75. Grayscale: #DCDCDC. Windows color (decimal): -3149174 or 9106127. OLE color: 9106127.
HSL color Cylindrical-coordinate representation of color #CFF28A: hue angle of 80.19º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFF28A is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 138 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.05 |
| HSL | 80.19º | 0.8% | 0.75% | - |
| HSV(B) | 80.19º | 0.43% | 0.95% | - |
| XYZ | 62.07 | 78.6 | 35.95 | - |
| YUV | 219.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 138 | 0.14 | 0 | 0.43 | 0.05 | 80.19 | 0.8 | 0.75 |
| Hex | CF | F2 | 8A | E | 0 | 2B | 5 | 50 | 50 | 4B |
| Octal | 317 | 362 | 212 | 16 | 0 | 53 | 5 | 120 | 120 | 113 |
| Binary | 11001111 | 11110010 | 10001010 | 1110 | 0 | 101011 | 101 | 1010000 | 1010000 | 1001011 |
Color Harmonies of #CFF28A
Complementary color
Monochromatic Colors of #CFF28A
Black with #CFF28A
Text Example
Text Example
White with #CFF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF28A; }
p { color: rgb(207,242,138); }
H1.HeaderClassName
{
color: #CFF28A;
}
.AnyTagClassName
{
color: #CFF28A;
}
</style>
background-color css
<style>
a { background-color: #CFF28A; }
a { background-color: rgb(207,242,138); }
div.DivClassName
{
background-color: #CFF28A;
}
.BgClassName
{
background-color: #CFF28A;
}
</style>
border-color css
<style>
span { border-color: #CFF28A; }
span { border-color: rgb(207,242,138); }
td.TdClassName
{
border-color: #CFF28A;
}
.TagClassName
{
border-color: #CFF28A;
}
</style>