Html Css Color HEX #D2E378 Mindaro

📋 copy color: '#D2E378'

red 210 ◦ green 227 ◦ blue 120

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

Shades of Mindaro #D2E378

Tints of Mindaro #D2E378

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.75%

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

R = 37.7%
G = 40.75%
B = 21.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#D2E378 (or 0xD2E378) is known color: Mindaro. HEX triplet: D2, E3 and 78. RGB value is (210,227,120). Sum of RGB (Red+Green+Blue) = 210+227+120=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E378 is #2D1C87. Grayscale: #D2D2D2. Windows color (decimal): -2956424 or 7922642. OLE color: 7922642.

HSL color Cylindrical-coordinate representation of color #D2E378: hue angle of 69.53º degrees, saturation: 0.66, 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 #D2E378 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 227 120 -
CMYK 0.07 0 0.47 0.11
HSL 69.53º 0.66% 0.68% -
HSV(B) 69.53º 0.47% 0.89% -
XYZ 57.44 70 28.25 -
YUV 209.72 77.37 128.2 -
System Red Green Blue C M Y K H S L
Decimal 210 227 120 0.07 0 0.47 0.11 69.53 0.66 0.68
Hex D2 E3 78 7 0 2F B 46 42 44
Octal 322 343 170 7 0 57 13 106 102 104
Binary 11010010 11100011 1111000 111 0 101111 1011 1000110 1000010 1000100

Color Harmonies of #D2E378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E378

Black with #D2E378

Text Example


Text Example

White with #D2E378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E378; }

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

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

background-color css

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

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

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

border-color css

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

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

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