Html Css Color HEX #D6FA66 Mindaro

📋 copy color: '#D6FA66'

red 214 ◦ green 250 ◦ blue 102

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

Shades of Mindaro #D6FA66

Tints of Mindaro #D6FA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.02%

R = 37.81%
G = 44.17%
B = 18.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#D6FA66 (or 0xD6FA66) is known color: Mindaro. HEX triplet: D6, FA and 66. RGB value is (214,250,102). Sum of RGB (Red+Green+Blue) = 214+250+102=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 102 (40.23% from 255 or 18.02% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA66 is #290599. Grayscale: #DEDEDE. Windows color (decimal): -2688410 or 6748886. OLE color: 6748886.

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

Color convert

RGB 214 250 102 -
CMYK 0.14 0 0.59 0.02
HSL 74.59º 0.94% 0.69% -
HSV(B) 74.59º 0.59% 0.98% -
XYZ 64.32 83.63 25.32 -
YUV 222.36 60.07 122.03 -
System Red Green Blue C M Y K H S L
Decimal 214 250 102 0.14 0 0.59 0.02 74.59 0.94 0.69
Hex D6 FA 66 E 0 3B 2 4B 5E 45
Octal 326 372 146 16 0 73 2 113 136 105
Binary 11010110 11111010 1100110 1110 0 111011 10 1001011 1011110 1000101

Color Harmonies of #D6FA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA66

Black with #D6FA66

Text Example


Text Example

White with #D6FA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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