#D4F26D

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

Shades of Mindaro #D4F26D

Tints of Mindaro #D4F26D

Color information

#D4F26D (or 0xD4F26D) is unknown color: approx Mindaro. HEX triplet: D4, F2 and 6D. RGB value is (212,242,109). Sum of RGB (Red+Green+Blue) = 212+242+109=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F26D is #2B0D92. Grayscale: #DADADA. Windows color (decimal): -2821523 or 7205588. OLE color: 7205588.

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

Color convert

RGB212242109-
CMYK0.1200.550.05
HSL73.53º83.65%68.82%-
HSV(B)73.53º54.96%94.9%-
XYZ61.6678.6126.39-
YUV217.8766.56123.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 242 (94.92% from 255) = 42.98%
BLUE value IS 109 (42.97% from 255) = 19.36%
R=37.66%
G=42.98%
B=19.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122421090.1200.550.0573.5383.6568.82
HexD4F26DC03754a5445
Octal324362155140675112124105
Binary1101010011110010110110111000110111101100101010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F26D; }

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

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

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

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

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

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

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

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