Html Css Color HEX #D1E464 Mindaro

📋 copy color: '#D1E464'

red 209 ◦ green 228 ◦ blue 100

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

Shades of Mindaro #D1E464

Tints of Mindaro #D1E464

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.46%

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

R = 38.92%
G = 42.46%
B = 18.62%

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

#D1E464 (or 0xD1E464) is known color: Mindaro. HEX triplet: D1, E4 and 64. RGB value is (209,228,100). Sum of RGB (Red+Green+Blue) = 209+228+100=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E464 is #2E1B9B. Grayscale: #D0D0D0. Windows color (decimal): -3021724 or 6612177. OLE color: 6612177.

HSL color Cylindrical-coordinate representation of color #D1E464: hue angle of 68.91º degrees, saturation: 0.7, 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 #D1E464 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 228 100 -
CMYK 0.08 0 0.56 0.11
HSL 68.91º 0.7% 0.64% -
HSV(B) 68.91º 0.56% 0.89% -
XYZ 56.34 69.96 22.59 -
YUV 207.73 67.21 128.91 -
System Red Green Blue C M Y K H S L
Decimal 209 228 100 0.08 0 0.56 0.11 68.91 0.7 0.64
Hex D1 E4 64 8 0 38 B 45 46 40
Octal 321 344 144 10 0 70 13 105 106 100
Binary 11010001 11100100 1100100 1000 0 111000 1011 1000101 1000110 1000000

Color Harmonies of #D1E464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E464

Black with #D1E464

Text Example


Text Example

White with #D1E464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E464; }

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

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

background-color css

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

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

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

border-color css

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

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

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