Html Css Color HEX #D0ED6D Mindaro

📋 copy color: '#D0ED6D'

red 208 ◦ green 237 ◦ blue 109

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

Shades of Mindaro #D0ED6D

Tints of Mindaro #D0ED6D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.78%

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

R = 37.55%
G = 42.78%
B = 19.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#D0ED6D (or 0xD0ED6D) is known color: Mindaro. HEX triplet: D0, ED and 6D. RGB value is (208,237,109). Sum of RGB (Red+Green+Blue) = 208+237+109=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0ED6D is #2F1292. Grayscale: #D6D6D6. Windows color (decimal): -3084947 or 7204304. OLE color: 7204304.

HSL color Cylindrical-coordinate representation of color #D0ED6D: hue angle of 73.59º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0ED6D is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 237 109 -
CMYK 0.12 0 0.54 0.07
HSL 73.59º 0.78% 0.68% -
HSV(B) 73.59º 0.54% 0.93% -
XYZ 59.06 75.08 25.85 -
YUV 213.74 68.89 123.91 -
System Red Green Blue C M Y K H S L
Decimal 208 237 109 0.12 0 0.54 0.07 73.59 0.78 0.68
Hex D0 ED 6D C 0 36 7 4A 4E 44
Octal 320 355 155 14 0 66 7 112 116 104
Binary 11010000 11101101 1101101 1100 0 110110 111 1001010 1001110 1000100

Color Harmonies of #D0ED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ED6D

Black with #D0ED6D

Text Example


Text Example

White with #D0ED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ED6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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