Shades of Sulu #CFF180
Tints of Sulu #CFF180
RGB
CMYK
RGB Variations
Color information
#CFF180 (or 0xCFF180) is known color: Sulu. HEX triplet: CF, F1 and 80. RGB value is (207,241,128). Sum of RGB (Red+Green+Blue) = 207+241+128=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF180 is #300E7F. Grayscale: #DADADA. Windows color (decimal): -3149440 or 8450511. OLE color: 8450511.
HSL color Cylindrical-coordinate representation of color #CFF180: hue angle of 78.05º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFF180 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 128 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.05 |
| HSL | 78.05º | 0.8% | 0.72% | - |
| HSV(B) | 78.05º | 0.47% | 0.95% | - |
| XYZ | 61.08 | 77.73 | 32.21 | - |
| YUV | 217.95 | 77.24 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 128 | 0.14 | 0 | 0.47 | 0.05 | 78.05 | 0.8 | 0.72 |
| Hex | CF | F1 | 80 | E | 0 | 2F | 5 | 4E | 50 | 48 |
| Octal | 317 | 361 | 200 | 16 | 0 | 57 | 5 | 116 | 120 | 110 |
| Binary | 11001111 | 11110001 | 10000000 | 1110 | 0 | 101111 | 101 | 1001110 | 1010000 | 1001000 |
Color Harmonies of #CFF180
Complementary color
Monochromatic Colors of #CFF180
Black with #CFF180
Text Example
Text Example
White with #CFF180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF180; }
p { color: rgb(207,241,128); }
H1.HeaderClassName
{
color: #CFF180;
}
.AnyTagClassName
{
color: #CFF180;
}
</style>
background-color css
<style>
a { background-color: #CFF180; }
a { background-color: rgb(207,241,128); }
div.DivClassName
{
background-color: #CFF180;
}
.BgClassName
{
background-color: #CFF180;
}
</style>
border-color css
<style>
span { border-color: #CFF180; }
span { border-color: rgb(207,241,128); }
td.TdClassName
{
border-color: #CFF180;
}
.TagClassName
{
border-color: #CFF180;
}
</style>