Html Css Color HEX #D4FA6F Mindaro

📋 copy color: '#D4FA6F'

red 212 ◦ green 250 ◦ blue 111

#D4FA6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #D4FA6F

Tints of Mindaro #D4FA6F

RGB

 RED value IS 212 (83.2% from 255) = 37%

 GREEN value IS 250 (98.05% from 255) = 43.63%

 BLUE value IS 111 (43.75% from 255) = 19.37%

R = 37%
G = 43.63%
B = 19.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#D4FA6F (or 0xD4FA6F) is known color: Mindaro. HEX triplet: D4, FA and 6F. RGB value is (212,250,111). Sum of RGB (Red+Green+Blue) = 212+250+111=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 111 (43.75% from 255 or 19.37% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA6F is #2B0590. Grayscale: #DFDFDF. Windows color (decimal): -2819473 or 7338708. OLE color: 7338708.

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

Color convert

RGB 212 250 111 -
CMYK 0.15 0 0.56 0.02
HSL 76.4º 0.93% 0.71% -
HSV(B) 76.4º 0.56% 0.98% -
XYZ 64.21 83.52 27.78 -
YUV 222.79 64.91 120.3 -
System Red Green Blue C M Y K H S L
Decimal 212 250 111 0.15 0 0.56 0.02 76.4 0.93 0.71
Hex D4 FA 6F F 0 38 2 4C 5D 47
Octal 324 372 157 17 0 70 2 114 135 107
Binary 11010100 11111010 1101111 1111 0 111000 10 1001100 1011101 1000111

Color Harmonies of #D4FA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FA6F

Black with #D4FA6F

Text Example


Text Example

White with #D4FA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FA6F; }

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

 H1.HeaderClassName
 {
   color: #D4FA6F;
 }
 .AnyTagClassName
 {
   color: #D4FA6F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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