Html Css Color HEX #D0EA6D Mindaro

📋 copy color: '#D0EA6D'

red 208 ◦ green 234 ◦ blue 109

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

Shades of Mindaro #D0EA6D

Tints of Mindaro #D0EA6D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.47%

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

R = 37.75%
G = 42.47%
B = 19.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#D0EA6D (or 0xD0EA6D) is known color: Mindaro. HEX triplet: D0, EA and 6D. RGB value is (208,234,109). Sum of RGB (Red+Green+Blue) = 208+234+109=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA6D is #2F1592. Grayscale: #D4D4D4. Windows color (decimal): -3085715 or 7203536. OLE color: 7203536.

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

Color convert

RGB 208 234 109 -
CMYK 0.11 0 0.53 0.08
HSL 72.48º 0.75% 0.67% -
HSV(B) 72.48º 0.53% 0.92% -
XYZ 58.2 73.36 25.56 -
YUV 211.98 69.89 125.16 -
System Red Green Blue C M Y K H S L
Decimal 208 234 109 0.11 0 0.53 0.08 72.48 0.75 0.67
Hex D0 EA 6D B 0 35 8 48 4B 43
Octal 320 352 155 13 0 65 10 110 113 103
Binary 11010000 11101010 1101101 1011 0 110101 1000 1001000 1001011 1000011

Color Harmonies of #D0EA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EA6D

Black with #D0EA6D

Text Example


Text Example

White with #D0EA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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