Html Css Color HEX #D6FA70 Mindaro

📋 copy color: '#D6FA70'

red 214 ◦ green 250 ◦ blue 112

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

Shades of Mindaro #D6FA70

Tints of Mindaro #D6FA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.44%

R = 37.15%
G = 43.4%
B = 19.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#D6FA70 (or 0xD6FA70) is known color: Mindaro. HEX triplet: D6, FA and 70. RGB value is (214,250,112). Sum of RGB (Red+Green+Blue) = 214+250+112=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 112 (44.14% from 255 or 19.44% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA70 is #29058F. Grayscale: #E0E0E0. Windows color (decimal): -2688400 or 7404246. OLE color: 7404246.

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

Color convert

RGB 214 250 112 -
CMYK 0.14 0 0.55 0.02
HSL 75.65º 0.93% 0.71% -
HSV(B) 75.65º 0.55% 0.98% -
XYZ 64.84 83.84 28.09 -
YUV 223.5 65.07 121.22 -
System Red Green Blue C M Y K H S L
Decimal 214 250 112 0.14 0 0.55 0.02 75.65 0.93 0.71
Hex D6 FA 70 E 0 37 2 4C 5D 47
Octal 326 372 160 16 0 67 2 114 135 107
Binary 11010110 11111010 1110000 1110 0 110111 10 1001100 1011101 1000111

Color Harmonies of #D6FA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA70

Black with #D6FA70

Text Example


Text Example

White with #D6FA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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