Shades of Sulu #CFF28C
Tints of Sulu #CFF28C
RGB
CMYK
RGB Variations
Color information
#CFF28C (or 0xCFF28C) is known color: Sulu. HEX triplet: CF, F2 and 8C. RGB value is (207,242,140). Sum of RGB (Red+Green+Blue) = 207+242+140=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF28C is #300D73. Grayscale: #DCDCDC. Windows color (decimal): -3149172 or 9237199. OLE color: 9237199.
HSL color Cylindrical-coordinate representation of color #CFF28C: hue angle of 80.59º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFF28C is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 140 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.05 |
| HSL | 80.59º | 0.8% | 0.75% | - |
| HSV(B) | 80.59º | 0.42% | 0.95% | - |
| XYZ | 62.22 | 78.66 | 36.72 | - |
| YUV | 219.91 | 82.9 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 140 | 0.14 | 0 | 0.42 | 0.05 | 80.59 | 0.8 | 0.75 |
| Hex | CF | F2 | 8C | E | 0 | 2A | 5 | 51 | 50 | 4B |
| Octal | 317 | 362 | 214 | 16 | 0 | 52 | 5 | 121 | 120 | 113 |
| Binary | 11001111 | 11110010 | 10001100 | 1110 | 0 | 101010 | 101 | 1010001 | 1010000 | 1001011 |
Color Harmonies of #CFF28C
Complementary color
Monochromatic Colors of #CFF28C
Black with #CFF28C
Text Example
Text Example
White with #CFF28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF28C; }
p { color: rgb(207,242,140); }
H1.HeaderClassName
{
color: #CFF28C;
}
.AnyTagClassName
{
color: #CFF28C;
}
</style>
background-color css
<style>
a { background-color: #CFF28C; }
a { background-color: rgb(207,242,140); }
div.DivClassName
{
background-color: #CFF28C;
}
.BgClassName
{
background-color: #CFF28C;
}
</style>
border-color css
<style>
span { border-color: #CFF28C; }
span { border-color: rgb(207,242,140); }
td.TdClassName
{
border-color: #CFF28C;
}
.TagClassName
{
border-color: #CFF28C;
}
</style>