Html Css Color HEX #D1E364 Mindaro

📋 copy color: '#D1E364'

red 209 ◦ green 227 ◦ blue 100

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

Shades of Mindaro #D1E364

Tints of Mindaro #D1E364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.66%

R = 38.99%
G = 42.35%
B = 18.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#D1E364 (or 0xD1E364) is known color: Mindaro. HEX triplet: D1, E3 and 64. RGB value is (209,227,100). Sum of RGB (Red+Green+Blue) = 209+227+100=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E364 is #2E1C9B. Grayscale: #CFCFCF. Windows color (decimal): -3021980 or 6611921. OLE color: 6611921.

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

Color convert

RGB 209 227 100 -
CMYK 0.08 0 0.56 0.11
HSL 68.5º 0.69% 0.64% -
HSV(B) 68.5º 0.56% 0.89% -
XYZ 56.06 69.41 22.5 -
YUV 207.14 67.54 129.33 -
System Red Green Blue C M Y K H S L
Decimal 209 227 100 0.08 0 0.56 0.11 68.5 0.69 0.64
Hex D1 E3 64 8 0 38 B 45 45 40
Octal 321 343 144 10 0 70 13 105 105 100
Binary 11010001 11100011 1100100 1000 0 111000 1011 1000101 1000101 1000000

Color Harmonies of #D1E364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E364

Black with #D1E364

Text Example


Text Example

White with #D1E364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E364; }

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

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

background-color css

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

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

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

border-color css

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

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

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