#D1FE95

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

Shades of Reef #D1FE95

Tints of Reef #D1FE95

Color information

#D1FE95 (or 0xD1FE95) is unknown color: approx Reef. HEX triplet: D1, FE and 95. RGB value is (209,254,149). Sum of RGB (Red+Green+Blue) = 209+254+149=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FE95 is #2E016A. Grayscale: #E4E4E4. Windows color (decimal): -3015019 or 9830097. OLE color: 9830097.

HSL color Cylindrical-coordinate representation of color #D1FE95: hue angle of 85.71º 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 #D1FE95 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB209254149-
CMYK0.1800.410.00
HSL85.71º98.13%79.02%-
HSV(B)85.71º41.34%99.61%-
XYZ67.1686.6141.61-
YUV228.5883.09114.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.15%
GREEN value IS 254 (99.61% from 255) = 41.50%
BLUE value IS 149 (58.59% from 255) = 24.35%
R=34.15%
G=41.50%
B=24.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2092541490.1800.410.0085.7198.1379.02
HexD1FE9512029056624f
Octal321376225220510126142117
Binary1101000111111110100101011001001010010101011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FE95; }

 p { color: rgb(209,254,149); }

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

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

 a { background-color: rgb(209,254,149); }

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

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

 span { border-color: rgb(209,254,149); }

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