Html Css Color HEX #D6F76A Mindaro

📋 copy color: '#D6F76A'

red 214 ◦ green 247 ◦ blue 106

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

Shades of Mindaro #D6F76A

Tints of Mindaro #D6F76A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.56%

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

R = 37.74%
G = 43.56%
B = 18.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#D6F76A (or 0xD6F76A) is known color: Mindaro. HEX triplet: D6, F7 and 6A. RGB value is (214,247,106). Sum of RGB (Red+Green+Blue) = 214+247+106=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 106 (41.80% from 255 or 18.69% from 567); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F76A is #290895. Grayscale: #DDDDDD. Windows color (decimal): -2689174 or 7010262. OLE color: 7010262.

HSL color Cylindrical-coordinate representation of color #D6F76A: hue angle of 74.04º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6F76A is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 247 106 -
CMYK 0.13 0 0.57 0.03
HSL 74.04º 0.9% 0.69% -
HSV(B) 74.04º 0.57% 0.97% -
XYZ 63.59 81.86 26.08 -
YUV 221.06 63.07 122.96 -
System Red Green Blue C M Y K H S L
Decimal 214 247 106 0.13 0 0.57 0.03 74.04 0.9 0.69
Hex D6 F7 6A D 0 39 3 4A 5A 45
Octal 326 367 152 15 0 71 3 112 132 105
Binary 11010110 11110111 1101010 1101 0 111001 11 1001010 1011010 1000101

Color Harmonies of #D6F76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F76A

Black with #D6F76A

Text Example


Text Example

White with #D6F76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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