#D6FD93

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

Shades of Reef #D6FD93

Tints of Reef #D6FD93

Color information

#D6FD93 (or 0xD6FD93) is unknown color: approx Reef. HEX triplet: D6, FD and 93. RGB value is (214,253,147). Sum of RGB (Red+Green+Blue) = 214+253+147=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 147 (57.81% from 255 or 23.94% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FD93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FD93 is #29026C. Grayscale: #E5E5E5. Windows color (decimal): -2687597 or 9698774. OLE color: 9698774.

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

Color convert

RGB214253147-
CMYK0.1500.420.01
HSL82.08º96.36%78.43%-
HSV(B)82.08º41.9%99.22%-
XYZ68.1286.6540.74-
YUV229.2681.58117.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 253 (99.22% from 255) = 41.21%
BLUE value IS 147 (57.81% from 255) = 23.94%
R=34.85%
G=41.21%
B=23.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142531470.1500.420.0182.0896.3678.43
HexD6FD93F02A152604e
Octal326375223170521122140116
Binary110101101111110110010011111101010101101001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FD93; }

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

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

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

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

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

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

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

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