#D6FE8A

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

Shades of Reef #D6FE8A

Tints of Reef #D6FE8A

Color information

#D6FE8A (or 0xD6FE8A) is unknown color: approx Reef. HEX triplet: D6, FE and 8A. RGB value is (214,254,138). Sum of RGB (Red+Green+Blue) = 214+254+138=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 138 (54.30% from 255 or 22.77% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FE8A is #290175. Grayscale: #E5E5E5. Windows color (decimal): -2687350 or 9109206. OLE color: 9109206.

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

Color convert

RGB214254138-
CMYK0.1600.460.00
HSL80.69º98.31%76.86%-
HSV(B)80.69º45.67%99.61%-
XYZ67.7687.0137.27-
YUV228.8276.75117.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.31%
GREEN value IS 254 (99.61% from 255) = 41.91%
BLUE value IS 138 (54.30% from 255) = 22.77%
R=35.31%
G=41.91%
B=22.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142541380.1600.460.0080.6998.3176.86
HexD6FE8A1002E051624d
Octal326376212200560121142115
Binary1101011011111110100010101000001011100101000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FE8A; }

 p { color: rgb(214,254,138); }

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

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

 a { background-color: rgb(214,254,138); }

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

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

 span { border-color: rgb(214,254,138); }

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