Shades of Sulu #CFFE82
Tints of Sulu #CFFE82
RGB
CMYK
RGB Variations
Color information
#CFFE82 (or 0xCFFE82) is known color: Sulu. HEX triplet: CF, FE and 82. RGB value is (207,254,130). Sum of RGB (Red+Green+Blue) = 207+254+130=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE82 is #30017D. Grayscale: #E2E2E2. Windows color (decimal): -3146110 or 8584911. OLE color: 8584911.
HSL color Cylindrical-coordinate representation of color #CFFE82: hue angle of 82.74º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFFE82 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 130 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.00 |
| HSL | 82.74º | 0.98% | 0.75% | - |
| HSV(B) | 82.74º | 0.49% | 1% | - |
| XYZ | 65.2 | 85.76 | 34.24 | - |
| YUV | 225.81 | 73.93 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 130 | 0.19 | 0 | 0.49 | 0.00 | 82.74 | 0.98 | 0.75 |
| Hex | CF | FE | 82 | 13 | 0 | 31 | 0 | 53 | 62 | 4B |
| Octal | 317 | 376 | 202 | 23 | 0 | 61 | 0 | 123 | 142 | 113 |
| Binary | 11001111 | 11111110 | 10000010 | 10011 | 0 | 110001 | 0 | 1010011 | 1100010 | 1001011 |
Color Harmonies of #CFFE82
Complementary color
Monochromatic Colors of #CFFE82
Black with #CFFE82
Text Example
Text Example
White with #CFFE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE82; }
p { color: rgb(207,254,130); }
H1.HeaderClassName
{
color: #CFFE82;
}
.AnyTagClassName
{
color: #CFFE82;
}
</style>
background-color css
<style>
a { background-color: #CFFE82; }
a { background-color: rgb(207,254,130); }
div.DivClassName
{
background-color: #CFFE82;
}
.BgClassName
{
background-color: #CFFE82;
}
</style>
border-color css
<style>
span { border-color: #CFFE82; }
span { border-color: rgb(207,254,130); }
td.TdClassName
{
border-color: #CFFE82;
}
.TagClassName
{
border-color: #CFFE82;
}
</style>