#D4FA4E

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

Shades of Mindaro #D4FA4E

Tints of Mindaro #D4FA4E

Color information

#D4FA4E (or 0xD4FA4E) is unknown color: approx Mindaro. HEX triplet: D4, FA and 4E. RGB value is (212,250,78). Sum of RGB (Red+Green+Blue) = 212+250+78=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 78 (30.86% from 255 or 14.44% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA4E is #2B05B1. Grayscale: #DBDBDB. Windows color (decimal): -2819506 or 5176020. OLE color: 5176020.

HSL color Cylindrical-coordinate representation of color #D4FA4E: hue angle of 73.26º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4FA4E is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB21225078-
CMYK0.1500.690.02
HSL73.26º94.51%64.31%-
HSV(B)73.26º68.8%98.04%-
XYZ62.7182.9219.91-
YUV219.0348.41122.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.26%
GREEN value IS 250 (98.05% from 255) = 46.30%
BLUE value IS 78 (30.86% from 255) = 14.44%
R=39.26%
G=46.30%
B=14.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212250780.1500.690.0273.2694.5164.31
HexD4FA4EF0452495f40
Octal3243721161701052111137100
Binary1101010011111010100111011110100010110100100110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FA4E; }

 p { color: rgb(212,250,78); }

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

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

 a { background-color: rgb(212,250,78); }

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

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

 span { border-color: rgb(212,250,78); }

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