Html Css Color HEX #D6FA74 Mindaro

📋 copy color: '#D6FA74'

red 214 ◦ green 250 ◦ blue 116

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

Shades of Mindaro #D6FA74

Tints of Mindaro #D6FA74

RGB

 RED value IS 214 (83.98% from 255) = 36.9%

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

 BLUE value IS 116 (45.7% from 255) = 20%

R = 36.9%
G = 43.1%
B = 20%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#D6FA74 (or 0xD6FA74) is known color: Mindaro. HEX triplet: D6, FA and 74. RGB value is (214,250,116). Sum of RGB (Red+Green+Blue) = 214+250+116=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA74 is #29058B. Grayscale: #E0E0E0. Windows color (decimal): -2688396 or 7666390. OLE color: 7666390.

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

Color convert

RGB 214 250 116 -
CMYK 0.14 0 0.54 0.02
HSL 76.12º 0.93% 0.72% -
HSV(B) 76.12º 0.54% 0.98% -
XYZ 65.07 83.93 29.29 -
YUV 223.96 67.07 120.9 -
System Red Green Blue C M Y K H S L
Decimal 214 250 116 0.14 0 0.54 0.02 76.12 0.93 0.72
Hex D6 FA 74 E 0 36 2 4C 5D 48
Octal 326 372 164 16 0 66 2 114 135 110
Binary 11010110 11111010 1110100 1110 0 110110 10 1001100 1011101 1001000

Color Harmonies of #D6FA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA74

Black with #D6FA74

Text Example


Text Example

White with #D6FA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA74; }

 p { color: rgb(214,250,116); }

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

background-color css

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

 a { background-color: rgb(214,250,116); }

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

border-color css

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

 span { border-color: rgb(214,250,116); }

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