#D6FF8A

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

Shades of Reef #D6FF8A

Tints of Reef #D6FF8A

Color information

#D6FF8A (or 0xD6FF8A) is unknown color: approx Reef. HEX triplet: D6, FF and 8A. RGB value is (214,255,138). Sum of RGB (Red+Green+Blue) = 214+255+138=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FF8A is #290075. Grayscale: #E5E5E5. Windows color (decimal): -2687094 or 9109462. OLE color: 9109462.

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

Color convert

RGB214255138-
CMYK0.1600.460
HSL81.03º100%77.06%-
HSV(B)81.03º45.88%100%-
XYZ68.0887.6537.37-
YUV229.476.42117.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 138 (54.30% from 255) = 22.73%
R=35.26%
G=42.01%
B=22.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142551380.1600.46081.0310077.06
HexD6FF8A1002E051644d
Octal326377212200560121144115
Binary1101011011111111100010101000001011100101000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FF8A; }

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

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

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

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

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

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

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

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