#D4F271

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

Shades of Mindaro #D4F271

Tints of Mindaro #D4F271

Color information

#D4F271 (or 0xD4F271) is unknown color: approx Mindaro. HEX triplet: D4, F2 and 71. RGB value is (212,242,113). Sum of RGB (Red+Green+Blue) = 212+242+113=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F271 is #2B0D8E. Grayscale: #DADADA. Windows color (decimal): -2821519 or 7467732. OLE color: 7467732.

HSL color Cylindrical-coordinate representation of color #D4F271: hue angle of 73.95º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4F271 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB212242113-
CMYK0.1200.530.05
HSL73.95º83.23%69.61%-
HSV(B)73.95º53.31%94.9%-
XYZ61.8878.6927.55-
YUV218.3268.56123.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 242 (94.92% from 255) = 42.68%
BLUE value IS 113 (44.53% from 255) = 19.93%
R=37.39%
G=42.68%
B=19.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122421130.1200.530.0573.9583.2369.61
HexD4F271C03554a5346
Octal324362161140655112123106
Binary1101010011110010111000111000110101101100101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F271; }

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

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

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

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

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

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

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

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