#D6FE97

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

Shades of Reef #D6FE97

Tints of Reef #D6FE97

Color information

#D6FE97 (or 0xD6FE97) is unknown color: approx Reef. HEX triplet: D6, FE and 97. RGB value is (214,254,151). Sum of RGB (Red+Green+Blue) = 214+254+151=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 151 (59.38% from 255 or 24.39% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FE97 is #290168. Grayscale: #E6E6E6. Windows color (decimal): -2687337 or 9961174. OLE color: 9961174.

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

Color convert

RGB214254151-
CMYK0.1600.410.00
HSL83.3º98.1%79.41%-
HSV(B)83.3º40.55%99.61%-
XYZ68.7687.4142.53-
YUV230.383.25116.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 254 (99.61% from 255) = 41.03%
BLUE value IS 151 (59.38% from 255) = 24.39%
R=34.57%
G=41.03%
B=24.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142541510.1600.410.0083.398.179.41
HexD6FE9710029053624f
Octal326376227200510123142117
Binary1101011011111110100101111000001010010101001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FE97; }

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

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

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

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

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

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

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

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