#D9FF94

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

Shades of Reef #D9FF94

Tints of Reef #D9FF94

Color information

#D9FF94 (or 0xD9FF94) is unknown color: approx Reef. HEX triplet: D9, FF and 94. RGB value is (217,255,148). Sum of RGB (Red+Green+Blue) = 217+255+148=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FF94 is #26006B. Grayscale: #E7E7E7. Windows color (decimal): -2490476 or 9764825. OLE color: 9764825.

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

Color convert

RGB217255148-
CMYK0.1500.420
HSL81.31º100%79.02%-
HSV(B)81.31º41.96%100%-
XYZ69.7288.4141.41-
YUV231.4480.91117.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 148 (58.20% from 255) = 23.87%
R=35%
G=41.13%
B=23.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172551480.1500.42081.3110079.02
HexD9FF94F02A051644f
Octal331377224170520121144117
Binary110110011111111110010100111101010100101000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FF94; }

 p { color: rgb(217,255,148); }

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

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

 a { background-color: rgb(217,255,148); }

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

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

 span { border-color: rgb(217,255,148); }

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