Html Css Color HEX #D6F161 Mindaro

📋 copy color: '#D6F161'

red 214 ◦ green 241 ◦ blue 97

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

Shades of Mindaro #D6F161

Tints of Mindaro #D6F161

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.66%

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

R = 38.77%
G = 43.66%
B = 17.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#D6F161 (or 0xD6F161) is known color: Mindaro. HEX triplet: D6, F1 and 61. RGB value is (214,241,97). Sum of RGB (Red+Green+Blue) = 214+241+97=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 97 (38.28% from 255 or 17.57% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F161 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F161 is #290E9E. Grayscale: #D9D9D9. Windows color (decimal): -2690719 or 6418902. OLE color: 6418902.

HSL color Cylindrical-coordinate representation of color #D6F161: hue angle of 71.25º degrees, saturation: 0.84, 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 #D6F161 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 97 -
CMYK 0.11 0 0.60 0.05
HSL 71.25º 0.84% 0.66% -
HSV(B) 71.25º 0.6% 0.95% -
XYZ 61.34 78.07 23.15 -
YUV 216.51 60.55 126.21 -
System Red Green Blue C M Y K H S L
Decimal 214 241 97 0.11 0 0.60 0.05 71.25 0.84 0.66
Hex D6 F1 61 B 0 3C 5 47 54 42
Octal 326 361 141 13 0 74 5 107 124 102
Binary 11010110 11110001 1100001 1011 0 111100 101 1000111 1010100 1000010

Color Harmonies of #D6F161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F161

Black with #D6F161

Text Example


Text Example

White with #D6F161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F161; }

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

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

background-color css

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

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

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

border-color css

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

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

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