Html Css Color HEX #D6F661 Mindaro

📋 copy color: '#D6F661'

red 214 ◦ green 246 ◦ blue 97

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

Shades of Mindaro #D6F661

Tints of Mindaro #D6F661

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.17%

 BLUE value IS 97 (38.28% from 255) = 17.41%

R = 38.42%
G = 44.17%
B = 17.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#D6F661 (or 0xD6F661) is known color: Mindaro. HEX triplet: D6, F6 and 61. RGB value is (214,246,97). Sum of RGB (Red+Green+Blue) = 214+246+97=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 97 (38.28% from 255 or 17.41% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F661 is #29099E. Grayscale: #DCDCDC. Windows color (decimal): -2689439 or 6420182. OLE color: 6420182.

HSL color Cylindrical-coordinate representation of color #D6F661: hue angle of 72.89º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6F661 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 246 97 -
CMYK 0.13 0 0.61 0.04
HSL 72.89º 0.89% 0.67% -
HSV(B) 72.89º 0.61% 0.96% -
XYZ 62.85 81.07 23.65 -
YUV 219.45 58.9 124.12 -
System Red Green Blue C M Y K H S L
Decimal 214 246 97 0.13 0 0.61 0.04 72.89 0.89 0.67
Hex D6 F6 61 D 0 3D 4 49 59 43
Octal 326 366 141 15 0 75 4 111 131 103
Binary 11010110 11110110 1100001 1101 0 111101 100 1001001 1011001 1000011

Color Harmonies of #D6F661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F661

Black with #D6F661

Text Example


Text Example

White with #D6F661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F661; }

 p { color: rgb(214,246,97); }

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

background-color css

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

 a { background-color: rgb(214,246,97); }

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

border-color css

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

 span { border-color: rgb(214,246,97); }

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