Shades of Sulu #CFFE7B
Tints of Sulu #CFFE7B
RGB
CMYK
RGB Variations
Color information
#CFFE7B (or 0xCFFE7B) is known color: Sulu. HEX triplet: CF, FE and 7B. RGB value is (207,254,123). Sum of RGB (Red+Green+Blue) = 207+254+123=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE7B is #300184. Grayscale: #E1E1E1. Windows color (decimal): -3146117 or 8126159. OLE color: 8126159.
HSL color Cylindrical-coordinate representation of color #CFFE7B: hue angle of 81.53º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFFE7B is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 123 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.00 |
| HSL | 81.53º | 0.98% | 0.74% | - |
| HSV(B) | 81.53º | 0.52% | 1% | - |
| XYZ | 64.75 | 85.58 | 31.84 | - |
| YUV | 225.01 | 70.43 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 123 | 0.19 | 0 | 0.52 | 0.00 | 81.53 | 0.98 | 0.74 |
| Hex | CF | FE | 7B | 13 | 0 | 34 | 0 | 52 | 62 | 4A |
| Octal | 317 | 376 | 173 | 23 | 0 | 64 | 0 | 122 | 142 | 112 |
| Binary | 11001111 | 11111110 | 1111011 | 10011 | 0 | 110100 | 0 | 1010010 | 1100010 | 1001010 |
Color Harmonies of #CFFE7B
Complementary color
Monochromatic Colors of #CFFE7B
Black with #CFFE7B
Text Example
Text Example
White with #CFFE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE7B; }
p { color: rgb(207,254,123); }
H1.HeaderClassName
{
color: #CFFE7B;
}
.AnyTagClassName
{
color: #CFFE7B;
}
</style>
background-color css
<style>
a { background-color: #CFFE7B; }
a { background-color: rgb(207,254,123); }
div.DivClassName
{
background-color: #CFFE7B;
}
.BgClassName
{
background-color: #CFFE7B;
}
</style>
border-color css
<style>
span { border-color: #CFFE7B; }
span { border-color: rgb(207,254,123); }
td.TdClassName
{
border-color: #CFFE7B;
}
.TagClassName
{
border-color: #CFFE7B;
}
</style>