Shades of Sulu #CFF284
Tints of Sulu #CFF284
RGB
CMYK
RGB Variations
Color information
#CFF284 (or 0xCFF284) is known color: Sulu. HEX triplet: CF, F2 and 84. RGB value is (207,242,132). Sum of RGB (Red+Green+Blue) = 207+242+132=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF284 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF284 is #300D7B. Grayscale: #DBDBDB. Windows color (decimal): -3149180 or 8712911. OLE color: 8712911.
HSL color Cylindrical-coordinate representation of color #CFF284: hue angle of 79.09º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFF284 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 132 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.05 |
| HSL | 79.09º | 0.81% | 0.73% | - |
| HSV(B) | 79.09º | 0.45% | 0.95% | - |
| XYZ | 61.65 | 78.44 | 33.72 | - |
| YUV | 219 | 78.9 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 132 | 0.14 | 0 | 0.45 | 0.05 | 79.09 | 0.81 | 0.73 |
| Hex | CF | F2 | 84 | E | 0 | 2D | 5 | 4F | 51 | 49 |
| Octal | 317 | 362 | 204 | 16 | 0 | 55 | 5 | 117 | 121 | 111 |
| Binary | 11001111 | 11110010 | 10000100 | 1110 | 0 | 101101 | 101 | 1001111 | 1010001 | 1001001 |
Color Harmonies of #CFF284
Complementary color
Monochromatic Colors of #CFF284
Black with #CFF284
Text Example
Text Example
White with #CFF284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF284; }
p { color: rgb(207,242,132); }
H1.HeaderClassName
{
color: #CFF284;
}
.AnyTagClassName
{
color: #CFF284;
}
</style>
background-color css
<style>
a { background-color: #CFF284; }
a { background-color: rgb(207,242,132); }
div.DivClassName
{
background-color: #CFF284;
}
.BgClassName
{
background-color: #CFF284;
}
</style>
border-color css
<style>
span { border-color: #CFF284; }
span { border-color: rgb(207,242,132); }
td.TdClassName
{
border-color: #CFF284;
}
.TagClassName
{
border-color: #CFF284;
}
</style>