Html Css Color HEX #D6E166 Mindaro

📋 copy color: '#D6E166'

red 214 ◦ green 225 ◦ blue 102

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

Shades of Mindaro #D6E166

Tints of Mindaro #D6E166

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.59%

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

R = 39.56%
G = 41.59%
B = 18.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#D6E166 (or 0xD6E166) is known color: Mindaro. HEX triplet: D6, E1 and 66. RGB value is (214,225,102). Sum of RGB (Red+Green+Blue) = 214+225+102=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E166 is #291E99. Grayscale: #D0D0D0. Windows color (decimal): -2694810 or 6742486. OLE color: 6742486.

HSL color Cylindrical-coordinate representation of color #D6E166: hue angle of 65.37º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6E166 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 102 -
CMYK 0.05 0 0.55 0.12
HSL 65.37º 0.67% 0.64% -
HSV(B) 65.37º 0.55% 0.88% -
XYZ 57.06 69.11 22.9 -
YUV 207.69 68.36 132.5 -
System Red Green Blue C M Y K H S L
Decimal 214 225 102 0.05 0 0.55 0.12 65.37 0.67 0.64
Hex D6 E1 66 5 0 37 C 41 43 40
Octal 326 341 146 5 0 67 14 101 103 100
Binary 11010110 11100001 1100110 101 0 110111 1100 1000001 1000011 1000000

Color Harmonies of #D6E166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E166

Black with #D6E166

Text Example


Text Example

White with #D6E166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E166; }

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

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

background-color css

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

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

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

border-color css

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

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

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