#D4FB91

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

Shades of Reef #D4FB91

Tints of Reef #D4FB91

Color information

#D4FB91 (or 0xD4FB91) is unknown color: approx Reef. HEX triplet: D4, FB and 91. RGB value is (212,251,145). Sum of RGB (Red+Green+Blue) = 212+251+145=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 145 (57.03% from 255 or 23.85% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FB91 is #2B046E. Grayscale: #E3E3E3. Windows color (decimal): -2819183 or 9567188. OLE color: 9567188.

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

Color convert

RGB212251145-
CMYK0.1600.420.02
HSL82.08º92.98%77.65%-
HSV(B)82.08º42.23%98.43%-
XYZ66.7685.0439.68-
YUV227.2681.58117.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.87%
GREEN value IS 251 (98.44% from 255) = 41.28%
BLUE value IS 145 (57.03% from 255) = 23.85%
R=34.87%
G=41.28%
B=23.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122511450.1600.420.0282.0892.9877.65
HexD4FB911002A2525d4e
Octal324373221200522122135116
Binary11010100111110111001000110000010101010101001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FB91; }

 p { color: rgb(212,251,145); }

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

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

 a { background-color: rgb(212,251,145); }

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

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

 span { border-color: rgb(212,251,145); }

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