#D6FD8A

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

Shades of Reef #D6FD8A

Tints of Reef #D6FD8A

Color information

#D6FD8A (or 0xD6FD8A) is unknown color: approx Reef. HEX triplet: D6, FD and 8A. RGB value is (214,253,138). Sum of RGB (Red+Green+Blue) = 214+253+138=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FD8A is #290275. Grayscale: #E4E4E4. Windows color (decimal): -2687606 or 9108950. OLE color: 9108950.

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

Color convert

RGB214253138-
CMYK0.1500.450.01
HSL80.35º96.64%76.67%-
HSV(B)80.35º45.45%99.22%-
XYZ67.4486.3837.16-
YUV228.2377.08117.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 253 (99.22% from 255) = 41.82%
BLUE value IS 138 (54.30% from 255) = 22.81%
R=35.37%
G=41.82%
B=22.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142531380.1500.450.0180.3596.6476.67
HexD6FD8AF02D150614d
Octal326375212170551120141115
Binary110101101111110110001010111101011011101000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FD8A; }

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

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

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

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

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

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

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

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