Shades of Sulu #CFF28B
Tints of Sulu #CFF28B
RGB
CMYK
RGB Variations
Color information
#CFF28B (or 0xCFF28B) is known color: Sulu. HEX triplet: CF, F2 and 8B. RGB value is (207,242,139). Sum of RGB (Red+Green+Blue) = 207+242+139=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF28B is #300D74. Grayscale: #DCDCDC. Windows color (decimal): -3149173 or 9171663. OLE color: 9171663.
HSL color Cylindrical-coordinate representation of color #CFF28B: hue angle of 80.39º 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 #CFF28B is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 139 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.05 |
| HSL | 80.39º | 0.8% | 0.75% | - |
| HSV(B) | 80.39º | 0.43% | 0.95% | - |
| XYZ | 62.14 | 78.63 | 36.33 | - |
| YUV | 219.79 | 82.4 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 139 | 0.14 | 0 | 0.43 | 0.05 | 80.39 | 0.8 | 0.75 |
| Hex | CF | F2 | 8B | E | 0 | 2B | 5 | 50 | 50 | 4B |
| Octal | 317 | 362 | 213 | 16 | 0 | 53 | 5 | 120 | 120 | 113 |
| Binary | 11001111 | 11110010 | 10001011 | 1110 | 0 | 101011 | 101 | 1010000 | 1010000 | 1001011 |
Color Harmonies of #CFF28B
Complementary color
Monochromatic Colors of #CFF28B
Black with #CFF28B
Text Example
Text Example
White with #CFF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF28B; }
p { color: rgb(207,242,139); }
H1.HeaderClassName
{
color: #CFF28B;
}
.AnyTagClassName
{
color: #CFF28B;
}
</style>
background-color css
<style>
a { background-color: #CFF28B; }
a { background-color: rgb(207,242,139); }
div.DivClassName
{
background-color: #CFF28B;
}
.BgClassName
{
background-color: #CFF28B;
}
</style>
border-color css
<style>
span { border-color: #CFF28B; }
span { border-color: rgb(207,242,139); }
td.TdClassName
{
border-color: #CFF28B;
}
.TagClassName
{
border-color: #CFF28B;
}
</style>