Html Css Color HEX #D0EA5A Mindaro

📋 copy color: '#D0EA5A'

red 208 ◦ green 234 ◦ blue 90

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

Shades of Mindaro #D0EA5A

Tints of Mindaro #D0EA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.92%

R = 39.1%
G = 43.98%
B = 16.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#D0EA5A (or 0xD0EA5A) is known color: Mindaro. HEX triplet: D0, EA and 5A. RGB value is (208,234,90). Sum of RGB (Red+Green+Blue) = 208+234+90=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA5A is #2F15A5. Grayscale: #D2D2D2. Windows color (decimal): -3085734 or 5958352. OLE color: 5958352.

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

Color convert

RGB 208 234 90 -
CMYK 0.11 0 0.62 0.08
HSL 70.83º 0.77% 0.64% -
HSV(B) 70.83º 0.62% 0.92% -
XYZ 57.28 72.99 20.74 -
YUV 209.81 60.39 126.71 -
System Red Green Blue C M Y K H S L
Decimal 208 234 90 0.11 0 0.62 0.08 70.83 0.77 0.64
Hex D0 EA 5A B 0 3E 8 47 4D 40
Octal 320 352 132 13 0 76 10 107 115 100
Binary 11010000 11101010 1011010 1011 0 111110 1000 1000111 1001101 1000000

Color Harmonies of #D0EA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EA5A

Black with #D0EA5A

Text Example


Text Example

White with #D0EA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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