#D7FD8E

Color #D7FD8E Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D7FD8E

Tints of Reef #D7FD8E

Color information

#D7FD8E (or 0xD7FD8E) is unknown color: approx Reef. HEX triplet: D7, FD and 8E. RGB value is (215,253,142). Sum of RGB (Red+Green+Blue) = 215+253+142=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 142 (55.86% from 255 or 23.28% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FD8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FD8E is #280271. Grayscale: #E5E5E5. Windows color (decimal): -2622066 or 9371095. OLE color: 9371095.

HSL color Cylindrical-coordinate representation of color #D7FD8E: hue angle of 80.54º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7FD8E is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB215253142-
CMYK0.1500.440.01
HSL80.54º96.52%77.45%-
HSV(B)80.54º43.87%99.22%-
XYZ68.0386.6538.73-
YUV228.9878.91118.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 35.25%
GREEN value IS 253 (99.22% from 255) = 41.48%
BLUE value IS 142 (55.86% from 255) = 23.28%
R=35.25%
G=41.48%
B=23.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152531420.1500.440.0180.5496.5277.45
HexD7FD8EF02C151614d
Octal327375216170541121141115
Binary110101111111110110001110111101011001101000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FD8E; }

 p { color: rgb(215,253,142); }

 H1.HeaderClassName
 {
   color: #D7FD8E;
 }
 .AnyTagClassName
 {
   color: #D7FD8E;
 }
</style>
background-color css

<style>
 a { background-color: #D7FD8E; }

 a { background-color: rgb(215,253,142); }

 div.DivClassName
 {
   background-color: #D7FD8E;
 }
 .BgClassName
 {
   background-color: #D7FD8E;
 }
</style>
border-color css

<style>
 span { border-color: #D7FD8E; }

 span { border-color: rgb(215,253,142); }

 td.TdClassName
 {
   border-color: #D7FD8E;
 }
 .TagClassName
 {
   border-color: #D7FD8E;
 }
</style>