Html Css Color HEX #D2E279 Mindaro

📋 copy color: '#D2E279'

red 210 ◦ green 226 ◦ blue 121

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

Shades of Mindaro #D2E279

Tints of Mindaro #D2E279

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.57%

 BLUE value IS 121 (47.66% from 255) = 21.72%

R = 37.7%
G = 40.57%
B = 21.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#D2E279 (or 0xD2E279) is known color: Mindaro. HEX triplet: D2, E2 and 79. RGB value is (210,226,121). Sum of RGB (Red+Green+Blue) = 210+226+121=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 121 (47.66% from 255 or 21.72% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E279 is #2D1D86. Grayscale: #D1D1D1. Windows color (decimal): -2956679 or 7987922. OLE color: 7987922.

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

Color convert

RGB 210 226 121 -
CMYK 0.07 0 0.46 0.11
HSL 69.14º 0.64% 0.68% -
HSV(B) 69.14º 0.46% 0.89% -
XYZ 57.23 69.47 28.48 -
YUV 209.25 78.2 128.54 -
System Red Green Blue C M Y K H S L
Decimal 210 226 121 0.07 0 0.46 0.11 69.14 0.64 0.68
Hex D2 E2 79 7 0 2E B 45 40 44
Octal 322 342 171 7 0 56 13 105 100 104
Binary 11010010 11100010 1111001 111 0 101110 1011 1000101 1000000 1000100

Color Harmonies of #D2E279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E279

Black with #D2E279

Text Example


Text Example

White with #D2E279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E279; }

 p { color: rgb(210,226,121); }

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

background-color css

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

 a { background-color: rgb(210,226,121); }

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

border-color css

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

 span { border-color: rgb(210,226,121); }

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