Shades of Off Green #CFFFD5
Tints of Off Green #CFFFD5
RGB
CMYK
RGB Variations
Color information
#CFFFD5 (or 0xCFFFD5) is known color: Off Green. HEX triplet: CF, FF and D5. RGB value is (207,255,213). Sum of RGB (Red+Green+Blue) = 207+255+213=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 213 (83.59% from 255 or 31.56% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFD5 is #30002A. Grayscale: #EBEBEB. Windows color (decimal): -3145771 or 14024655. OLE color: 14024655.
HSL color Cylindrical-coordinate representation of color #CFFFD5: hue angle of 127.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFFD5 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 207 | 255 | 213 | - |
CMYK | 0.19 | 0 | 0.16 | 0 |
HSL | 127.5º | 1% | 0.91% | - |
HSV(B) | 127.5º | 0.19% | 1% | - |
XYZ | 73.5 | 89.59 | 76.37 | - |
YUV | 235.86 | 115.1 | 107.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 255 | 213 | 0.19 | 0 | 0.16 | 0 | 127.5 | 1 | 0.91 |
Hex | CF | FF | D5 | 13 | 0 | 10 | 0 | 80 | 64 | 5B |
Octal | 317 | 377 | 325 | 23 | 0 | 20 | 0 | 200 | 144 | 133 |
Binary | 11001111 | 11111111 | 11010101 | 10011 | 0 | 10000 | 0 | 10000000 | 1100100 | 1011011 |
Color Harmonies of #CFFFD5
Complementary color
Monochromatic Colors of #CFFFD5
Black with #CFFFD5
Text Example
Text Example
White with #CFFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFD5; }
p { color: rgb(207,255,213); }
H1.HeaderClassName
{
color: #CFFFD5;
}
.AnyTagClassName
{
color: #CFFFD5;
}
</style>
background-color css
<style>
a { background-color: #CFFFD5; }
a { background-color: rgb(207,255,213); }
div.DivClassName
{
background-color: #CFFFD5;
}
.BgClassName
{
background-color: #CFFFD5;
}
</style>
border-color css
<style>
span { border-color: #CFFFD5; }
span { border-color: rgb(207,255,213); }
td.TdClassName
{
border-color: #CFFFD5;
}
.TagClassName
{
border-color: #CFFFD5;
}
</style>