#D4F292

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

Shades of Reef #D4F292

Tints of Reef #D4F292

Color information

#D4F292 (or 0xD4F292) is unknown color: approx Reef. HEX triplet: D4, F2 and 92. RGB value is (212,242,146). Sum of RGB (Red+Green+Blue) = 212+242+146=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 146 (57.42% from 255 or 24.33% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F292 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F292 is #2B0D6D. Grayscale: #DEDEDE. Windows color (decimal): -2821486 or 9630420. OLE color: 9630420.

HSL color Cylindrical-coordinate representation of color #D4F292: hue angle of 78.75º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4F292 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB212242146-
CMYK0.1200.400.05
HSL78.75º78.69%76.08%-
HSV(B)78.75º39.67%94.9%-
XYZ64.0979.5839.18-
YUV222.0985.06120.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.33%
GREEN value IS 242 (94.92% from 255) = 40.33%
BLUE value IS 146 (57.42% from 255) = 24.33%
R=35.33%
G=40.33%
B=24.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122421460.1200.400.0578.7578.6976.08
HexD4F292C02854f4f4c
Octal324362222140505117117114
Binary11010100111100101001001011000101000101100111110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F292; }

 p { color: rgb(212,242,146); }

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

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

 a { background-color: rgb(212,242,146); }

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

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

 span { border-color: rgb(212,242,146); }

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