Html Css Color HEX #D8E364 Mindaro

📋 copy color: '#D8E364'

red 216 ◦ green 227 ◦ blue 100

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

Shades of Mindaro #D8E364

Tints of Mindaro #D8E364

RGB

 RED value IS 216 (84.77% from 255) = 39.78%

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

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

R = 39.78%
G = 41.8%
B = 18.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#D8E364 (or 0xD8E364) is known color: Mindaro. HEX triplet: D8, E3 and 64. RGB value is (216,227,100). Sum of RGB (Red+Green+Blue) = 216+227+100=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #D8E364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E364 is #271C9B. Grayscale: #D1D1D1. Windows color (decimal): -2563228 or 6611928. OLE color: 6611928.

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

Color convert

RGB 216 227 100 -
CMYK 0.05 0 0.56 0.11
HSL 65.2º 0.69% 0.64% -
HSV(B) 65.2º 0.56% 0.89% -
XYZ 58.09 70.46 22.59 -
YUV 209.23 66.36 132.83 -
System Red Green Blue C M Y K H S L
Decimal 216 227 100 0.05 0 0.56 0.11 65.2 0.69 0.64
Hex D8 E3 64 5 0 38 B 41 45 40
Octal 330 343 144 5 0 70 13 101 105 100
Binary 11011000 11100011 1100100 101 0 111000 1011 1000001 1000101 1000000

Color Harmonies of #D8E364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E364

Black with #D8E364

Text Example


Text Example

White with #D8E364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E364; }

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

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

background-color css

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

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

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

border-color css

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

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

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