Html Css Color HEX #D8EB64 Mindaro

📋 copy color: '#D8EB64'

red 216 ◦ green 235 ◦ blue 100

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

Shades of Mindaro #D8EB64

Tints of Mindaro #D8EB64

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.65%

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

R = 39.2%
G = 42.65%
B = 18.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#D8EB64 (or 0xD8EB64) is known color: Mindaro. HEX triplet: D8, EB and 64. RGB value is (216,235,100). Sum of RGB (Red+Green+Blue) = 216+235+100=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 100 (39.45% from 255 or 18.15% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EB64 is #27149B. Grayscale: #D6D6D6. Windows color (decimal): -2561180 or 6613976. OLE color: 6613976.

HSL color Cylindrical-coordinate representation of color #D8EB64: hue angle of 68.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8EB64 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 235 100 -
CMYK 0.08 0 0.57 0.08
HSL 68.44º 0.77% 0.66% -
HSV(B) 68.44º 0.57% 0.92% -
XYZ 60.33 74.94 23.34 -
YUV 213.93 63.71 129.48 -
System Red Green Blue C M Y K H S L
Decimal 216 235 100 0.08 0 0.57 0.08 68.44 0.77 0.66
Hex D8 EB 64 8 0 39 8 44 4D 42
Octal 330 353 144 10 0 71 10 104 115 102
Binary 11011000 11101011 1100100 1000 0 111001 1000 1000100 1001101 1000010

Color Harmonies of #D8EB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EB64

Black with #D8EB64

Text Example


Text Example

White with #D8EB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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