Shades of Reef #CFFDA4
Tints of Reef #CFFDA4
RGB
CMYK
RGB Variations
Color information
#CFFDA4 (or 0xCFFDA4) is known color: Reef. HEX triplet: CF, FD and A4. RGB value is (207,253,164). Sum of RGB (Red+Green+Blue) = 207+253+164=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 164 (64.45% from 255 or 26.28% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFDA4 is #30025B. Grayscale: #E5E5E5. Windows color (decimal): -3146332 or 10812879. OLE color: 10812879.
HSL color Cylindrical-coordinate representation of color #CFFDA4: hue angle of 91.01º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFFDA4 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 164 | - |
CMYK | 0.18 | 0 | 0.35 | 0.01 |
HSL | 91.01º | 0.96% | 0.82% | - |
HSV(B) | 91.01º | 0.35% | 0.99% | - |
XYZ | 67.56 | 86.2 | 48.2 | - |
YUV | 229.1 | 91.26 | 112.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 164 | 0.18 | 0 | 0.35 | 0.01 | 91.01 | 0.96 | 0.82 |
Hex | CF | FD | A4 | 12 | 0 | 23 | 1 | 5B | 60 | 52 |
Octal | 317 | 375 | 244 | 22 | 0 | 43 | 1 | 133 | 140 | 122 |
Binary | 11001111 | 11111101 | 10100100 | 10010 | 0 | 100011 | 1 | 1011011 | 1100000 | 1010010 |
Color Harmonies of #CFFDA4
Complementary color
Monochromatic Colors of #CFFDA4
Black with #CFFDA4
Text Example
Text Example
White with #CFFDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDA4; }
p { color: rgb(207,253,164); }
H1.HeaderClassName
{
color: #CFFDA4;
}
.AnyTagClassName
{
color: #CFFDA4;
}
</style>
background-color css
<style>
a { background-color: #CFFDA4; }
a { background-color: rgb(207,253,164); }
div.DivClassName
{
background-color: #CFFDA4;
}
.BgClassName
{
background-color: #CFFDA4;
}
</style>
border-color css
<style>
span { border-color: #CFFDA4; }
span { border-color: rgb(207,253,164); }
td.TdClassName
{
border-color: #CFFDA4;
}
.TagClassName
{
border-color: #CFFDA4;
}
</style>