Html Css Color HEX #D9E364 Mindaro

📋 copy color: '#D9E364'

red 217 ◦ green 227 ◦ blue 100

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

Shades of Mindaro #D9E364

Tints of Mindaro #D9E364

RGB

 RED value IS 217 (85.16% from 255) = 39.89%

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

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

R = 39.89%
G = 41.73%
B = 18.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#D9E364 (or 0xD9E364) is known color: Mindaro. HEX triplet: D9, E3 and 64. RGB value is (217,227,100). Sum of RGB (Red+Green+Blue) = 217+227+100=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E364 is #261C9B. Grayscale: #D2D2D2. Windows color (decimal): -2497692 or 6611929. OLE color: 6611929.

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

Color convert

RGB 217 227 100 -
CMYK 0.04 0 0.56 0.11
HSL 64.72º 0.69% 0.64% -
HSV(B) 64.72º 0.56% 0.89% -
XYZ 58.38 70.61 22.61 -
YUV 209.53 66.19 133.33 -
System Red Green Blue C M Y K H S L
Decimal 217 227 100 0.04 0 0.56 0.11 64.72 0.69 0.64
Hex D9 E3 64 4 0 38 B 41 45 40
Octal 331 343 144 4 0 70 13 101 105 100
Binary 11011001 11100011 1100100 100 0 111000 1011 1000001 1000101 1000000

Color Harmonies of #D9E364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E364

Black with #D9E364

Text Example


Text Example

White with #D9E364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E364; }

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

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

background-color css

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

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

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

border-color css

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

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

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