Html Css Color HEX #D0E26D Mindaro

📋 copy color: '#D0E26D'

red 208 ◦ green 226 ◦ blue 109

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

Shades of Mindaro #D0E26D

Tints of Mindaro #D0E26D

RGB

 RED value IS 208 (81.64% from 255) = 38.31%

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

 BLUE value IS 109 (42.97% from 255) = 20.07%

R = 38.31%
G = 41.62%
B = 20.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#D0E26D (or 0xD0E26D) is known color: Mindaro. HEX triplet: D0, E2 and 6D. RGB value is (208,226,109). Sum of RGB (Red+Green+Blue) = 208+226+109=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E26D is #2F1D92. Grayscale: #CFCFCF. Windows color (decimal): -3087763 or 7201488. OLE color: 7201488.

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

Color convert

RGB 208 226 109 -
CMYK 0.08 0 0.52 0.11
HSL 69.23º 0.67% 0.66% -
HSV(B) 69.23º 0.52% 0.89% -
XYZ 55.97 68.91 24.82 -
YUV 207.28 72.54 128.51 -
System Red Green Blue C M Y K H S L
Decimal 208 226 109 0.08 0 0.52 0.11 69.23 0.67 0.66
Hex D0 E2 6D 8 0 34 B 45 43 42
Octal 320 342 155 10 0 64 13 105 103 102
Binary 11010000 11100010 1101101 1000 0 110100 1011 1000101 1000011 1000010

Color Harmonies of #D0E26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E26D

Black with #D0E26D

Text Example


Text Example

White with #D0E26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E26D; }

 p { color: rgb(208,226,109); }

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

background-color css

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

 a { background-color: rgb(208,226,109); }

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

border-color css

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

 span { border-color: rgb(208,226,109); }

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