Shades of Sulu #CFFD7A
Tints of Sulu #CFFD7A
RGB
CMYK
RGB Variations
Color information
#CFFD7A (or 0xCFFD7A) is known color: Sulu. HEX triplet: CF, FD and 7A. RGB value is (207,253,122). Sum of RGB (Red+Green+Blue) = 207+253+122=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD7A is #300285. Grayscale: #E0E0E0. Windows color (decimal): -3146374 or 8060367. OLE color: 8060367.
HSL color Cylindrical-coordinate representation of color #CFFD7A: hue angle of 81.07º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFFD7A is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 122 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.01 |
| HSL | 81.07º | 0.97% | 0.74% | - |
| HSV(B) | 81.07º | 0.52% | 0.99% | - |
| XYZ | 64.37 | 84.92 | 31.41 | - |
| YUV | 224.31 | 70.26 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 122 | 0.18 | 0 | 0.52 | 0.01 | 81.07 | 0.97 | 0.74 |
| Hex | CF | FD | 7A | 12 | 0 | 34 | 1 | 51 | 61 | 4A |
| Octal | 317 | 375 | 172 | 22 | 0 | 64 | 1 | 121 | 141 | 112 |
| Binary | 11001111 | 11111101 | 1111010 | 10010 | 0 | 110100 | 1 | 1010001 | 1100001 | 1001010 |
Color Harmonies of #CFFD7A
Complementary color
Monochromatic Colors of #CFFD7A
Black with #CFFD7A
Text Example
Text Example
White with #CFFD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD7A; }
p { color: rgb(207,253,122); }
H1.HeaderClassName
{
color: #CFFD7A;
}
.AnyTagClassName
{
color: #CFFD7A;
}
</style>
background-color css
<style>
a { background-color: #CFFD7A; }
a { background-color: rgb(207,253,122); }
div.DivClassName
{
background-color: #CFFD7A;
}
.BgClassName
{
background-color: #CFFD7A;
}
</style>
border-color css
<style>
span { border-color: #CFFD7A; }
span { border-color: rgb(207,253,122); }
td.TdClassName
{
border-color: #CFFD7A;
}
.TagClassName
{
border-color: #CFFD7A;
}
</style>