Html Css Color HEX #D2E464 Mindaro

📋 copy color: '#D2E464'

red 210 ◦ green 228 ◦ blue 100

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

Shades of Mindaro #D2E464

Tints of Mindaro #D2E464

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.38%

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

R = 39.03%
G = 42.38%
B = 18.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#D2E464 (or 0xD2E464) is known color: Mindaro. HEX triplet: D2, E4 and 64. RGB value is (210,228,100). Sum of RGB (Red+Green+Blue) = 210+228+100=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E464 is #2D1B9B. Grayscale: #D0D0D0. Windows color (decimal): -2956188 or 6612178. OLE color: 6612178.

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

Color convert

RGB 210 228 100 -
CMYK 0.08 0 0.56 0.11
HSL 68.44º 0.7% 0.64% -
HSV(B) 68.44º 0.56% 0.89% -
XYZ 56.62 70.11 22.6 -
YUV 208.03 67.04 129.41 -
System Red Green Blue C M Y K H S L
Decimal 210 228 100 0.08 0 0.56 0.11 68.44 0.7 0.64
Hex D2 E4 64 8 0 38 B 44 46 40
Octal 322 344 144 10 0 70 13 104 106 100
Binary 11010010 11100100 1100100 1000 0 111000 1011 1000100 1000110 1000000

Color Harmonies of #D2E464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E464

Black with #D2E464

Text Example


Text Example

White with #D2E464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E464; }

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

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

background-color css

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

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

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

border-color css

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

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

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