Shades of Sulu #CFFF7E
Tints of Sulu #CFFF7E
RGB
CMYK
RGB Variations
Color information
#CFFF7E (or 0xCFFF7E) is known color: Sulu. HEX triplet: CF, FF and 7E. RGB value is (207,255,126). Sum of RGB (Red+Green+Blue) = 207+255+126=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 126 (49.61% from 255 or 21.43% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF7E is #300081. Grayscale: #E2E2E2. Windows color (decimal): -3145858 or 8323023. OLE color: 8323023.
HSL color Cylindrical-coordinate representation of color #CFFF7E: hue angle of 82.33º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFFF7E is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 207 | 255 | 126 | - |
CMYK | 0.19 | 0 | 0.51 | 0 |
HSL | 82.33º | 1% | 0.75% | - |
HSV(B) | 82.33º | 0.51% | 1% | - |
XYZ | 65.26 | 86.29 | 32.96 | - |
YUV | 225.94 | 71.6 | 114.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 255 | 126 | 0.19 | 0 | 0.51 | 0 | 82.33 | 1 | 0.75 |
Hex | CF | FF | 7E | 13 | 0 | 33 | 0 | 52 | 64 | 4B |
Octal | 317 | 377 | 176 | 23 | 0 | 63 | 0 | 122 | 144 | 113 |
Binary | 11001111 | 11111111 | 1111110 | 10011 | 0 | 110011 | 0 | 1010010 | 1100100 | 1001011 |
Color Harmonies of #CFFF7E
Complementary color
Monochromatic Colors of #CFFF7E
Black with #CFFF7E
Text Example
Text Example
White with #CFFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF7E; }
p { color: rgb(207,255,126); }
H1.HeaderClassName
{
color: #CFFF7E;
}
.AnyTagClassName
{
color: #CFFF7E;
}
</style>
background-color css
<style>
a { background-color: #CFFF7E; }
a { background-color: rgb(207,255,126); }
div.DivClassName
{
background-color: #CFFF7E;
}
.BgClassName
{
background-color: #CFFF7E;
}
</style>
border-color css
<style>
span { border-color: #CFFF7E; }
span { border-color: rgb(207,255,126); }
td.TdClassName
{
border-color: #CFFF7E;
}
.TagClassName
{
border-color: #CFFF7E;
}
</style>