#D6FF8D

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

Shades of Reef #D6FF8D

Tints of Reef #D6FF8D

Color information

#D6FF8D (or 0xD6FF8D) is unknown color: approx Reef. HEX triplet: D6, FF and 8D. RGB value is (214,255,141). Sum of RGB (Red+Green+Blue) = 214+255+141=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FF8D is #290072. Grayscale: #E6E6E6. Windows color (decimal): -2687091 or 9306070. OLE color: 9306070.

HSL color Cylindrical-coordinate representation of color #D6FF8D: hue angle of 81.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6FF8D is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB214255141-
CMYK0.1600.450
HSL81.58º100%77.65%-
HSV(B)81.58º44.71%100%-
XYZ68.387.7438.53-
YUV229.7477.92116.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.08%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 141 (55.47% from 255) = 23.11%
R=35.08%
G=41.80%
B=23.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142551410.1600.45081.5810077.65
HexD6FF8D1002D052644e
Octal326377215200550122144116
Binary1101011011111111100011011000001011010101001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FF8D; }

 p { color: rgb(214,255,141); }

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

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

 a { background-color: rgb(214,255,141); }

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

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

 span { border-color: rgb(214,255,141); }

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