Html Css Color HEX #D4E364 Mindaro

📋 copy color: '#D4E364'

red 212 ◦ green 227 ◦ blue 100

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

Shades of Mindaro #D4E364

Tints of Mindaro #D4E364

RGB

 RED value IS 212 (83.2% from 255) = 39.33%

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

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

R = 39.33%
G = 42.12%
B = 18.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#D4E364 (or 0xD4E364) is known color: Mindaro. HEX triplet: D4, E3 and 64. RGB value is (212,227,100). Sum of RGB (Red+Green+Blue) = 212+227+100=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E364 is #2B1C9B. Grayscale: #D0D0D0. Windows color (decimal): -2825372 or 6611924. OLE color: 6611924.

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

Color convert

RGB 212 227 100 -
CMYK 0.07 0 0.56 0.11
HSL 67.09º 0.69% 0.64% -
HSV(B) 67.09º 0.56% 0.89% -
XYZ 56.92 69.86 22.54 -
YUV 208.04 67.03 130.83 -
System Red Green Blue C M Y K H S L
Decimal 212 227 100 0.07 0 0.56 0.11 67.09 0.69 0.64
Hex D4 E3 64 7 0 38 B 43 45 40
Octal 324 343 144 7 0 70 13 103 105 100
Binary 11010100 11100011 1100100 111 0 111000 1011 1000011 1000101 1000000

Color Harmonies of #D4E364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E364

Black with #D4E364

Text Example


Text Example

White with #D4E364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E364; }

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

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

background-color css

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

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

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

border-color css

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

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

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