Shades of Sulu #CFFC7D
Tints of Sulu #CFFC7D
RGB
CMYK
RGB Variations
Color information
#CFFC7D (or 0xCFFC7D) is known color: Sulu. HEX triplet: CF, FC and 7D. RGB value is (207,252,125). Sum of RGB (Red+Green+Blue) = 207+252+125=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFC7D is #300382. Grayscale: #E0E0E0. Windows color (decimal): -3146627 or 8256719. OLE color: 8256719.
HSL color Cylindrical-coordinate representation of color #CFFC7D: hue angle of 81.26º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFFC7D is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 125 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.01 |
| HSL | 81.26º | 0.95% | 0.74% | - |
| HSV(B) | 81.26º | 0.5% | 0.99% | - |
| XYZ | 64.24 | 84.37 | 32.3 | - |
| YUV | 224.07 | 72.09 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 125 | 0.18 | 0 | 0.50 | 0.01 | 81.26 | 0.95 | 0.74 |
| Hex | CF | FC | 7D | 12 | 0 | 32 | 1 | 51 | 5F | 4A |
| Octal | 317 | 374 | 175 | 22 | 0 | 62 | 1 | 121 | 137 | 112 |
| Binary | 11001111 | 11111100 | 1111101 | 10010 | 0 | 110010 | 1 | 1010001 | 1011111 | 1001010 |
Color Harmonies of #CFFC7D
Complementary color
Monochromatic Colors of #CFFC7D
Black with #CFFC7D
Text Example
Text Example
White with #CFFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC7D; }
p { color: rgb(207,252,125); }
H1.HeaderClassName
{
color: #CFFC7D;
}
.AnyTagClassName
{
color: #CFFC7D;
}
</style>
background-color css
<style>
a { background-color: #CFFC7D; }
a { background-color: rgb(207,252,125); }
div.DivClassName
{
background-color: #CFFC7D;
}
.BgClassName
{
background-color: #CFFC7D;
}
</style>
border-color css
<style>
span { border-color: #CFFC7D; }
span { border-color: rgb(207,252,125); }
td.TdClassName
{
border-color: #CFFC7D;
}
.TagClassName
{
border-color: #CFFC7D;
}
</style>