Html Css Color HEX #D6F261 Mindaro

📋 copy color: '#D6F261'

red 214 ◦ green 242 ◦ blue 97

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

Shades of Mindaro #D6F261

Tints of Mindaro #D6F261

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.76%

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

R = 38.7%
G = 43.76%
B = 17.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#D6F261 (or 0xD6F261) is known color: Mindaro. HEX triplet: D6, F2 and 61. RGB value is (214,242,97). Sum of RGB (Red+Green+Blue) = 214+242+97=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 97 (38.28% from 255 or 17.54% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F261 is #290D9E. Grayscale: #D9D9D9. Windows color (decimal): -2690463 or 6419158. OLE color: 6419158.

HSL color Cylindrical-coordinate representation of color #D6F261: hue angle of 71.59º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6F261 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 97 -
CMYK 0.12 0 0.60 0.05
HSL 71.59º 0.85% 0.66% -
HSV(B) 71.59º 0.6% 0.95% -
XYZ 61.64 78.66 23.24 -
YUV 217.1 60.22 125.79 -
System Red Green Blue C M Y K H S L
Decimal 214 242 97 0.12 0 0.60 0.05 71.59 0.85 0.66
Hex D6 F2 61 C 0 3C 5 48 55 42
Octal 326 362 141 14 0 74 5 110 125 102
Binary 11010110 11110010 1100001 1100 0 111100 101 1001000 1010101 1000010

Color Harmonies of #D6F261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F261

Black with #D6F261

Text Example


Text Example

White with #D6F261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F261; }

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

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

background-color css

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

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

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

border-color css

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

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

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