Html Css Color HEX #D6E864 Mindaro

📋 copy color: '#D6E864'

red 214 ◦ green 232 ◦ blue 100

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

Shades of Mindaro #D6E864

Tints of Mindaro #D6E864

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.49%

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

R = 39.19%
G = 42.49%
B = 18.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#D6E864 (or 0xD6E864) is known color: Mindaro. HEX triplet: D6, E8 and 64. RGB value is (214,232,100). Sum of RGB (Red+Green+Blue) = 214+232+100=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E864 is #29179B. Grayscale: #D4D4D4. Windows color (decimal): -2693020 or 6613206. OLE color: 6613206.

HSL color Cylindrical-coordinate representation of color #D6E864: hue angle of 68.18º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6E864 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 232 100 -
CMYK 0.08 0 0.57 0.09
HSL 68.18º 0.74% 0.65% -
HSV(B) 68.18º 0.57% 0.91% -
XYZ 58.89 72.93 23.03 -
YUV 211.57 65.04 129.73 -
System Red Green Blue C M Y K H S L
Decimal 214 232 100 0.08 0 0.57 0.09 68.18 0.74 0.65
Hex D6 E8 64 8 0 39 9 44 4A 41
Octal 326 350 144 10 0 71 11 104 112 101
Binary 11010110 11101000 1100100 1000 0 111001 1001 1000100 1001010 1000001

Color Harmonies of #D6E864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E864

Black with #D6E864

Text Example


Text Example

White with #D6E864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E864; }

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

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

background-color css

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

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

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

border-color css

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

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

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