Html Css Color HEX #D6F166 Mindaro

📋 copy color: '#D6F166'

red 214 ◦ green 241 ◦ blue 102

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

Shades of Mindaro #D6F166

Tints of Mindaro #D6F166

RGB

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

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

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

R = 38.42%
G = 43.27%
B = 18.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#D6F166 (or 0xD6F166) is known color: Mindaro. HEX triplet: D6, F1 and 66. RGB value is (214,241,102). Sum of RGB (Red+Green+Blue) = 214+241+102=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F166 is #290E99. Grayscale: #D9D9D9. Windows color (decimal): -2690714 or 6746582. OLE color: 6746582.

HSL color Cylindrical-coordinate representation of color #D6F166: hue angle of 71.65º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6F166 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 102 -
CMYK 0.11 0 0.58 0.05
HSL 71.65º 0.83% 0.67% -
HSV(B) 71.65º 0.58% 0.95% -
XYZ 61.59 78.17 24.41 -
YUV 217.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 214 241 102 0.11 0 0.58 0.05 71.65 0.83 0.67
Hex D6 F1 66 B 0 3A 5 48 53 43
Octal 326 361 146 13 0 72 5 110 123 103
Binary 11010110 11110001 1100110 1011 0 111010 101 1001000 1010011 1000011

Color Harmonies of #D6F166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F166

Black with #D6F166

Text Example


Text Example

White with #D6F166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F166; }

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

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

background-color css

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

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

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

border-color css

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

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

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