#D6FE91

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

Shades of Reef #D6FE91

Tints of Reef #D6FE91

Color information

#D6FE91 (or 0xD6FE91) is unknown color: approx Reef. HEX triplet: D6, FE and 91. RGB value is (214,254,145). Sum of RGB (Red+Green+Blue) = 214+254+145=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 145 (57.03% from 255 or 23.65% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FE91 is #29016E. Grayscale: #E6E6E6. Windows color (decimal): -2687343 or 9567958. OLE color: 9567958.

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

Color convert

RGB214254145-
CMYK0.1600.430.00
HSL82.02º98.2%78.24%-
HSV(B)82.02º42.91%99.61%-
XYZ68.2887.2240.03-
YUV229.6180.25116.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 254 (99.61% from 255) = 41.44%
BLUE value IS 145 (57.03% from 255) = 23.65%
R=34.91%
G=41.44%
B=23.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142541450.1600.430.0082.0298.278.24
HexD6FE911002B052624e
Octal326376221200530122142116
Binary1101011011111110100100011000001010110101001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FE91; }

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

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

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

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

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

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

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

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