Html Css Color HEX #D0ED73 Mindaro

📋 copy color: '#D0ED73'

red 208 ◦ green 237 ◦ blue 115

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

Shades of Mindaro #D0ED73

Tints of Mindaro #D0ED73

RGB

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

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

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

R = 37.14%
G = 42.32%
B = 20.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#D0ED73 (or 0xD0ED73) is known color: Mindaro. HEX triplet: D0, ED and 73. RGB value is (208,237,115). Sum of RGB (Red+Green+Blue) = 208+237+115=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0ED73 is #2F128C. Grayscale: #D6D6D6. Windows color (decimal): -3084941 or 7597520. OLE color: 7597520.

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

Color convert

RGB 208 237 115 -
CMYK 0.12 0 0.51 0.07
HSL 74.26º 0.77% 0.69% -
HSV(B) 74.26º 0.51% 0.93% -
XYZ 59.39 75.22 27.61 -
YUV 214.42 71.89 123.42 -
System Red Green Blue C M Y K H S L
Decimal 208 237 115 0.12 0 0.51 0.07 74.26 0.77 0.69
Hex D0 ED 73 C 0 33 7 4A 4D 45
Octal 320 355 163 14 0 63 7 112 115 105
Binary 11010000 11101101 1110011 1100 0 110011 111 1001010 1001101 1000101

Color Harmonies of #D0ED73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ED73

Black with #D0ED73

Text Example


Text Example

White with #D0ED73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ED73; }

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

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

background-color css

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

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

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

border-color css

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

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

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