Shades of Reef #D7F28C
Tints of Reef #D7F28C
RGB
CMYK
RGB Variations
Color information
#D7F28C (or 0xD7F28C) is known color: Reef. HEX triplet: D7, F2 and 8C. RGB value is (215,242,140). Sum of RGB (Red+Green+Blue) = 215+242+140=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F28C is #280D73. Grayscale: #DEDEDE. Windows color (decimal): -2624884 or 9237207. OLE color: 9237207.
HSL color Cylindrical-coordinate representation of color #D7F28C: hue angle of 75.88º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7F28C is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 140 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.05 |
| HSL | 75.88º | 0.8% | 0.75% | - |
| HSV(B) | 75.88º | 0.42% | 0.95% | - |
| XYZ | 64.51 | 79.84 | 36.82 | - |
| YUV | 222.3 | 81.55 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 140 | 0.11 | 0 | 0.42 | 0.05 | 75.88 | 0.8 | 0.75 |
| Hex | D7 | F2 | 8C | B | 0 | 2A | 5 | 4C | 50 | 4B |
| Octal | 327 | 362 | 214 | 13 | 0 | 52 | 5 | 114 | 120 | 113 |
| Binary | 11010111 | 11110010 | 10001100 | 1011 | 0 | 101010 | 101 | 1001100 | 1010000 | 1001011 |
Color Harmonies of #D7F28C
Complementary color
Monochromatic Colors of #D7F28C
Black with #D7F28C
Text Example
Text Example
White with #D7F28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F28C; }
p { color: rgb(215,242,140); }
H1.HeaderClassName
{
color: #D7F28C;
}
.AnyTagClassName
{
color: #D7F28C;
}
</style>
background-color css
<style>
a { background-color: #D7F28C; }
a { background-color: rgb(215,242,140); }
div.DivClassName
{
background-color: #D7F28C;
}
.BgClassName
{
background-color: #D7F28C;
}
</style>
border-color css
<style>
span { border-color: #D7F28C; }
span { border-color: rgb(215,242,140); }
td.TdClassName
{
border-color: #D7F28C;
}
.TagClassName
{
border-color: #D7F28C;
}
</style>