Html Css Color HEX #D6EB64 Mindaro

📋 copy color: '#D6EB64'

red 214 ◦ green 235 ◦ blue 100

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

Shades of Mindaro #D6EB64

Tints of Mindaro #D6EB64

RGB

 RED value IS 214 (83.98% from 255) = 38.98%

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

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

R = 38.98%
G = 42.81%
B = 18.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#D6EB64 (or 0xD6EB64) is known color: Mindaro. HEX triplet: D6, EB and 64. RGB value is (214,235,100). Sum of RGB (Red+Green+Blue) = 214+235+100=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EB64 is #29149B. Grayscale: #D5D5D5. Windows color (decimal): -2692252 or 6613974. OLE color: 6613974.

HSL color Cylindrical-coordinate representation of color #D6EB64: hue angle of 69.33º 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 #D6EB64 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 235 100 -
CMYK 0.09 0 0.57 0.08
HSL 69.33º 0.77% 0.66% -
HSV(B) 69.33º 0.57% 0.92% -
XYZ 59.74 74.63 23.31 -
YUV 213.33 64.04 128.48 -
System Red Green Blue C M Y K H S L
Decimal 214 235 100 0.09 0 0.57 0.08 69.33 0.77 0.66
Hex D6 EB 64 9 0 39 8 45 4D 42
Octal 326 353 144 11 0 71 10 105 115 102
Binary 11010110 11101011 1100100 1001 0 111001 1000 1000101 1001101 1000010

Color Harmonies of #D6EB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EB64

Black with #D6EB64

Text Example


Text Example

White with #D6EB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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