Html Css Color HEX #D6F96A Mindaro

📋 copy color: '#D6F96A'

red 214 ◦ green 249 ◦ blue 106

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

Shades of Mindaro #D6F96A

Tints of Mindaro #D6F96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.63%

R = 37.61%
G = 43.76%
B = 18.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#D6F96A (or 0xD6F96A) is known color: Mindaro. HEX triplet: D6, F9 and 6A. RGB value is (214,249,106). Sum of RGB (Red+Green+Blue) = 214+249+106=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F96A is #290695. Grayscale: #DEDEDE. Windows color (decimal): -2688662 or 7010774. OLE color: 7010774.

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

Color convert

RGB 214 249 106 -
CMYK 0.14 0 0.57 0.02
HSL 74.69º 0.92% 0.7% -
HSV(B) 74.69º 0.57% 0.98% -
XYZ 64.21 83.09 26.29 -
YUV 222.23 62.4 122.13 -
System Red Green Blue C M Y K H S L
Decimal 214 249 106 0.14 0 0.57 0.02 74.69 0.92 0.7
Hex D6 F9 6A E 0 39 2 4B 5C 46
Octal 326 371 152 16 0 71 2 113 134 106
Binary 11010110 11111001 1101010 1110 0 111001 10 1001011 1011100 1000110

Color Harmonies of #D6F96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F96A

Black with #D6F96A

Text Example


Text Example

White with #D6F96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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