Html Css Color HEX #D0EB73 Mindaro

📋 copy color: '#D0EB73'

red 208 ◦ green 235 ◦ blue 115

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

Shades of Mindaro #D0EB73

Tints of Mindaro #D0EB73

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.11%

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

R = 37.28%
G = 42.11%
B = 20.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#D0EB73 (or 0xD0EB73) is known color: Mindaro. HEX triplet: D0, EB and 73. RGB value is (208,235,115). Sum of RGB (Red+Green+Blue) = 208+235+115=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EB73 is #2F148C. Grayscale: #D5D5D5. Windows color (decimal): -3085453 or 7597008. OLE color: 7597008.

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

Color convert

RGB 208 235 115 -
CMYK 0.11 0 0.51 0.08
HSL 73.5º 0.75% 0.69% -
HSV(B) 73.5º 0.51% 0.92% -
XYZ 58.82 74.06 27.42 -
YUV 213.25 72.55 124.26 -
System Red Green Blue C M Y K H S L
Decimal 208 235 115 0.11 0 0.51 0.08 73.5 0.75 0.69
Hex D0 EB 73 B 0 33 8 4A 4B 45
Octal 320 353 163 13 0 63 10 112 113 105
Binary 11010000 11101011 1110011 1011 0 110011 1000 1001010 1001011 1000101

Color Harmonies of #D0EB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EB73

Black with #D0EB73

Text Example


Text Example

White with #D0EB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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