Html Css Color HEX #D6F97A Mindaro

📋 copy color: '#D6F97A'

red 214 ◦ green 249 ◦ blue 122

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

Shades of Mindaro #D6F97A

Tints of Mindaro #D6F97A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.56%

 BLUE value IS 122 (48.05% from 255) = 20.85%

R = 36.58%
G = 42.56%
B = 20.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#D6F97A (or 0xD6F97A) is known color: Mindaro. HEX triplet: D6, F9 and 7A. RGB value is (214,249,122). Sum of RGB (Red+Green+Blue) = 214+249+122=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F97A is #290685. Grayscale: #E0E0E0. Windows color (decimal): -2688646 or 8059350. OLE color: 8059350.

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

Color convert

RGB 214 249 122 -
CMYK 0.14 0 0.51 0.02
HSL 76.54º 0.91% 0.73% -
HSV(B) 76.54º 0.51% 0.98% -
XYZ 65.12 83.45 31.09 -
YUV 224.06 70.4 120.83 -
System Red Green Blue C M Y K H S L
Decimal 214 249 122 0.14 0 0.51 0.02 76.54 0.91 0.73
Hex D6 F9 7A E 0 33 2 4D 5B 49
Octal 326 371 172 16 0 63 2 115 133 111
Binary 11010110 11111001 1111010 1110 0 110011 10 1001101 1011011 1001001

Color Harmonies of #D6F97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F97A

Black with #D6F97A

Text Example


Text Example

White with #D6F97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F97A; }

 p { color: rgb(214,249,122); }

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

background-color css

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

 a { background-color: rgb(214,249,122); }

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

border-color css

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

 span { border-color: rgb(214,249,122); }

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