Html Css Color HEX #D1E366 Mindaro

📋 copy color: '#D1E366'

red 209 ◦ green 227 ◦ blue 102

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

Shades of Mindaro #D1E366

Tints of Mindaro #D1E366

RGB

 RED value IS 209 (82.03% from 255) = 38.85%

 GREEN value IS 227 (89.06% from 255) = 42.19%

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

R = 38.85%
G = 42.19%
B = 18.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#D1E366 (or 0xD1E366) is known color: Mindaro. HEX triplet: D1, E3 and 66. RGB value is (209,227,102). Sum of RGB (Red+Green+Blue) = 209+227+102=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E366 is #2E1C99. Grayscale: #CFCFCF. Windows color (decimal): -3021978 or 6742993. OLE color: 6742993.

HSL color Cylindrical-coordinate representation of color #D1E366: hue angle of 68.64º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1E366 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 227 102 -
CMYK 0.08 0 0.55 0.11
HSL 68.64º 0.69% 0.65% -
HSV(B) 68.64º 0.55% 0.89% -
XYZ 56.16 69.45 23.02 -
YUV 207.37 68.54 129.16 -
System Red Green Blue C M Y K H S L
Decimal 209 227 102 0.08 0 0.55 0.11 68.64 0.69 0.65
Hex D1 E3 66 8 0 37 B 45 45 41
Octal 321 343 146 10 0 67 13 105 105 101
Binary 11010001 11100011 1100110 1000 0 110111 1011 1000101 1000101 1000001

Color Harmonies of #D1E366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E366

Black with #D1E366

Text Example


Text Example

White with #D1E366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E366; }

 p { color: rgb(209,227,102); }

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

background-color css

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

 a { background-color: rgb(209,227,102); }

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

border-color css

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

 span { border-color: rgb(209,227,102); }

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