Html Css Color HEX #D0EA5D Mindaro

📋 copy color: '#D0EA5D'

red 208 ◦ green 234 ◦ blue 93

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

Shades of Mindaro #D0EA5D

Tints of Mindaro #D0EA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.38%

R = 38.88%
G = 43.74%
B = 17.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#D0EA5D (or 0xD0EA5D) is known color: Mindaro. HEX triplet: D0, EA and 5D. RGB value is (208,234,93). Sum of RGB (Red+Green+Blue) = 208+234+93=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 93 (36.72% from 255 or 17.38% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA5D is #2F15A2. Grayscale: #D2D2D2. Windows color (decimal): -3085731 or 6154960. OLE color: 6154960.

HSL color Cylindrical-coordinate representation of color #D0EA5D: hue angle of 71.06º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0EA5D is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 234 93 -
CMYK 0.11 0 0.60 0.08
HSL 71.06º 0.77% 0.64% -
HSV(B) 71.06º 0.6% 0.92% -
XYZ 57.41 73.05 21.43 -
YUV 210.15 61.89 126.46 -
System Red Green Blue C M Y K H S L
Decimal 208 234 93 0.11 0 0.60 0.08 71.06 0.77 0.64
Hex D0 EA 5D B 0 3C 8 47 4D 40
Octal 320 352 135 13 0 74 10 107 115 100
Binary 11010000 11101010 1011101 1011 0 111100 1000 1000111 1001101 1000000

Color Harmonies of #D0EA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EA5D

Black with #D0EA5D

Text Example


Text Example

White with #D0EA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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