#D8FF8A

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

Shades of Reef #D8FF8A

Tints of Reef #D8FF8A

Color information

#D8FF8A (or 0xD8FF8A) is unknown color: approx Reef. HEX triplet: D8, FF and 8A. RGB value is (216,255,138). Sum of RGB (Red+Green+Blue) = 216+255+138=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FF8A is #270075. Grayscale: #E6E6E6. Windows color (decimal): -2556022 or 9109464. OLE color: 9109464.

HSL color Cylindrical-coordinate representation of color #D8FF8A: hue angle of 80º 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 #D8FF8A is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB216255138-
CMYK0.1500.460
HSL80º100%77.06%-
HSV(B)80º45.88%100%-
XYZ68.6787.9537.4-
YUV23076.08118.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.47%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 138 (54.30% from 255) = 22.66%
R=35.47%
G=41.87%
B=22.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2162551380.1500.4608010077.06
HexD8FF8AF02E050644d
Octal330377212170560120144115
Binary110110001111111110001010111101011100101000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FF8A; }

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

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

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

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

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

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

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

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