Html Css Color HEX #D2E073 Mindaro

📋 copy color: '#D2E073'

red 210 ◦ green 224 ◦ blue 115

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

Shades of Mindaro #D2E073

Tints of Mindaro #D2E073

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.8%

 BLUE value IS 115 (45.31% from 255) = 20.95%

R = 38.25%
G = 40.8%
B = 20.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#D2E073 (or 0xD2E073) is known color: Mindaro. HEX triplet: D2, E0 and 73. RGB value is (210,224,115). Sum of RGB (Red+Green+Blue) = 210+224+115=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E073 is #2D1F8C. Grayscale: #CFCFCF. Windows color (decimal): -2957197 or 7594194. OLE color: 7594194.

HSL color Cylindrical-coordinate representation of color #D2E073: hue angle of 67.71º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2E073 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 224 115 -
CMYK 0.06 0 0.49 0.12
HSL 67.71º 0.64% 0.66% -
HSV(B) 67.71º 0.49% 0.88% -
XYZ 56.33 68.25 26.42 -
YUV 207.39 75.86 129.86 -
System Red Green Blue C M Y K H S L
Decimal 210 224 115 0.06 0 0.49 0.12 67.71 0.64 0.66
Hex D2 E0 73 6 0 31 C 44 40 42
Octal 322 340 163 6 0 61 14 104 100 102
Binary 11010010 11100000 1110011 110 0 110001 1100 1000100 1000000 1000010

Color Harmonies of #D2E073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E073

Black with #D2E073

Text Example


Text Example

White with #D2E073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E073; }

 p { color: rgb(210,224,115); }

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

background-color css

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

 a { background-color: rgb(210,224,115); }

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

border-color css

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

 span { border-color: rgb(210,224,115); }

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