Shades of Reef #D5F197
Tints of Reef #D5F197
RGB
CMYK
RGB Variations
Color information
#D5F197 (or 0xD5F197) is known color: Reef. HEX triplet: D5, F1 and 97. RGB value is (213,241,151). Sum of RGB (Red+Green+Blue) = 213+241+151=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F197 is #2A0E68. Grayscale: #DEDEDE. Windows color (decimal): -2756201 or 9957845. OLE color: 9957845.
HSL color Cylindrical-coordinate representation of color #D5F197: hue angle of 78.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5F197 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
RGB | 213 | 241 | 151 | - |
CMYK | 0.12 | 0 | 0.37 | 0.05 |
HSL | 78.67º | 0.76% | 0.77% | - |
HSV(B) | 78.67º | 0.37% | 0.95% | - |
XYZ | 64.48 | 79.29 | 41.18 | - |
YUV | 222.37 | 87.72 | 121.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 241 | 151 | 0.12 | 0 | 0.37 | 0.05 | 78.67 | 0.76 | 0.77 |
Hex | D5 | F1 | 97 | C | 0 | 25 | 5 | 4F | 4C | 4D |
Octal | 325 | 361 | 227 | 14 | 0 | 45 | 5 | 117 | 114 | 115 |
Binary | 11010101 | 11110001 | 10010111 | 1100 | 0 | 100101 | 101 | 1001111 | 1001100 | 1001101 |
Color Harmonies of #D5F197
Complementary color
Monochromatic Colors of #D5F197
Black with #D5F197
Text Example
Text Example
White with #D5F197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F197; }
p { color: rgb(213,241,151); }
H1.HeaderClassName
{
color: #D5F197;
}
.AnyTagClassName
{
color: #D5F197;
}
</style>
background-color css
<style>
a { background-color: #D5F197; }
a { background-color: rgb(213,241,151); }
div.DivClassName
{
background-color: #D5F197;
}
.BgClassName
{
background-color: #D5F197;
}
</style>
border-color css
<style>
span { border-color: #D5F197; }
span { border-color: rgb(213,241,151); }
td.TdClassName
{
border-color: #D5F197;
}
.TagClassName
{
border-color: #D5F197;
}
</style>