Html Css Color HEX #D3E166 Mindaro

📋 copy color: '#D3E166'

red 211 ◦ green 225 ◦ blue 102

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

Shades of Mindaro #D3E166

Tints of Mindaro #D3E166

RGB

 RED value IS 211 (82.81% from 255) = 39.22%

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

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

R = 39.22%
G = 41.82%
B = 18.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#D3E166 (or 0xD3E166) is known color: Mindaro. HEX triplet: D3, E1 and 66. RGB value is (211,225,102). Sum of RGB (Red+Green+Blue) = 211+225+102=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E166 is #2C1E99. Grayscale: #CFCFCF. Windows color (decimal): -2891418 or 6742483. OLE color: 6742483.

HSL color Cylindrical-coordinate representation of color #D3E166: hue angle of 66.83º 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 #D3E166 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 225 102 -
CMYK 0.06 0 0.55 0.12
HSL 66.83º 0.67% 0.64% -
HSV(B) 66.83º 0.55% 0.88% -
XYZ 56.19 68.66 22.86 -
YUV 206.79 68.86 131 -
System Red Green Blue C M Y K H S L
Decimal 211 225 102 0.06 0 0.55 0.12 66.83 0.67 0.64
Hex D3 E1 66 6 0 37 C 43 43 40
Octal 323 341 146 6 0 67 14 103 103 100
Binary 11010011 11100001 1100110 110 0 110111 1100 1000011 1000011 1000000

Color Harmonies of #D3E166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E166

Black with #D3E166

Text Example


Text Example

White with #D3E166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E166; }

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

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

background-color css

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

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

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

border-color css

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

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

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