Html Css Color HEX #D6FA6C Mindaro

📋 copy color: '#D6FA6C'

red 214 ◦ green 250 ◦ blue 108

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

Shades of Mindaro #D6FA6C

Tints of Mindaro #D6FA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.88%

R = 37.41%
G = 43.71%
B = 18.88%

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

#D6FA6C (or 0xD6FA6C) is known color: Mindaro. HEX triplet: D6, FA and 6C. RGB value is (214,250,108). Sum of RGB (Red+Green+Blue) = 214+250+108=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 108 (42.58% from 255 or 18.88% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA6C is #290593. Grayscale: #DFDFDF. Windows color (decimal): -2688404 or 7142102. OLE color: 7142102.

HSL color Cylindrical-coordinate representation of color #D6FA6C: hue angle of 75.21º degrees, saturation: 0.93, 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 #D6FA6C is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 250 108 -
CMYK 0.14 0 0.57 0.02
HSL 75.21º 0.93% 0.7% -
HSV(B) 75.21º 0.57% 0.98% -
XYZ 64.62 83.75 26.95 -
YUV 223.05 63.07 121.55 -
System Red Green Blue C M Y K H S L
Decimal 214 250 108 0.14 0 0.57 0.02 75.21 0.93 0.7
Hex D6 FA 6C E 0 39 2 4B 5D 46
Octal 326 372 154 16 0 71 2 113 135 106
Binary 11010110 11111010 1101100 1110 0 111001 10 1001011 1011101 1000110

Color Harmonies of #D6FA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA6C

Black with #D6FA6C

Text Example


Text Example

White with #D6FA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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