Shades of Sulu #CFF184
Tints of Sulu #CFF184
RGB
CMYK
RGB Variations
Color information
#CFF184 (or 0xCFF184) is known color: Sulu. HEX triplet: CF, F1 and 84. RGB value is (207,241,132). Sum of RGB (Red+Green+Blue) = 207+241+132=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF184 is #300E7B. Grayscale: #DADADA. Windows color (decimal): -3149436 or 8712655. OLE color: 8712655.
HSL color Cylindrical-coordinate representation of color #CFF184: hue angle of 78.72º degrees, saturation: 0.8, 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 #CFF184 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 132 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.05 |
| HSL | 78.72º | 0.8% | 0.73% | - |
| HSV(B) | 78.72º | 0.45% | 0.95% | - |
| XYZ | 61.35 | 77.84 | 33.62 | - |
| YUV | 218.41 | 79.24 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 132 | 0.14 | 0 | 0.45 | 0.05 | 78.72 | 0.8 | 0.73 |
| Hex | CF | F1 | 84 | E | 0 | 2D | 5 | 4F | 50 | 49 |
| Octal | 317 | 361 | 204 | 16 | 0 | 55 | 5 | 117 | 120 | 111 |
| Binary | 11001111 | 11110001 | 10000100 | 1110 | 0 | 101101 | 101 | 1001111 | 1010000 | 1001001 |
Color Harmonies of #CFF184
Complementary color
Monochromatic Colors of #CFF184
Black with #CFF184
Text Example
Text Example
White with #CFF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF184; }
p { color: rgb(207,241,132); }
H1.HeaderClassName
{
color: #CFF184;
}
.AnyTagClassName
{
color: #CFF184;
}
</style>
background-color css
<style>
a { background-color: #CFF184; }
a { background-color: rgb(207,241,132); }
div.DivClassName
{
background-color: #CFF184;
}
.BgClassName
{
background-color: #CFF184;
}
</style>
border-color css
<style>
span { border-color: #CFF184; }
span { border-color: rgb(207,241,132); }
td.TdClassName
{
border-color: #CFF184;
}
.TagClassName
{
border-color: #CFF184;
}
</style>