Html Css Color HEX #D2E478 Mindaro

📋 copy color: '#D2E478'

red 210 ◦ green 228 ◦ blue 120

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

Shades of Mindaro #D2E478

Tints of Mindaro #D2E478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.51%

R = 37.63%
G = 40.86%
B = 21.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#D2E478 (or 0xD2E478) is known color: Mindaro. HEX triplet: D2, E4 and 78. RGB value is (210,228,120). Sum of RGB (Red+Green+Blue) = 210+228+120=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 120 (47.27% from 255 or 21.51% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E478 is #2D1B87. Grayscale: #D2D2D2. Windows color (decimal): -2956168 or 7922898. OLE color: 7922898.

HSL color Cylindrical-coordinate representation of color #D2E478: hue angle of 70º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2E478 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 228 120 -
CMYK 0.08 0 0.47 0.11
HSL 70º 0.67% 0.68% -
HSV(B) 70º 0.47% 0.89% -
XYZ 57.71 70.54 28.34 -
YUV 210.31 77.04 127.78 -
System Red Green Blue C M Y K H S L
Decimal 210 228 120 0.08 0 0.47 0.11 70 0.67 0.68
Hex D2 E4 78 8 0 2F B 46 43 44
Octal 322 344 170 10 0 57 13 106 103 104
Binary 11010010 11100100 1111000 1000 0 101111 1011 1000110 1000011 1000100

Color Harmonies of #D2E478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E478

Black with #D2E478

Text Example


Text Example

White with #D2E478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E478; }

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

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

background-color css

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

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

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

border-color css

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

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

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