Html Css Color HEX #D2E864 Mindaro

📋 copy color: '#D2E864'

red 210 ◦ green 232 ◦ blue 100

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

Shades of Mindaro #D2E864

Tints of Mindaro #D2E864

RGB

 RED value IS 210 (82.42% from 255) = 38.75%

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

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

R = 38.75%
G = 42.8%
B = 18.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#D2E864 (or 0xD2E864) is known color: Mindaro. HEX triplet: D2, E8 and 64. RGB value is (210,232,100). Sum of RGB (Red+Green+Blue) = 210+232+100=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E864 is #2D179B. Grayscale: #D2D2D2. Windows color (decimal): -2955164 or 6613202. OLE color: 6613202.

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

Color convert

RGB 210 232 100 -
CMYK 0.09 0 0.57 0.09
HSL 70º 0.74% 0.65% -
HSV(B) 70º 0.57% 0.91% -
XYZ 57.74 72.33 22.98 -
YUV 210.37 65.71 127.73 -
System Red Green Blue C M Y K H S L
Decimal 210 232 100 0.09 0 0.57 0.09 70 0.74 0.65
Hex D2 E8 64 9 0 39 9 46 4A 41
Octal 322 350 144 11 0 71 11 106 112 101
Binary 11010010 11101000 1100100 1001 0 111001 1001 1000110 1001010 1000001

Color Harmonies of #D2E864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E864

Black with #D2E864

Text Example


Text Example

White with #D2E864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E864; }

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

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

background-color css

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

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

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

border-color css

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

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

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