Html Css Color HEX #D0E45A Mindaro

📋 copy color: '#D0E45A'

red 208 ◦ green 228 ◦ blue 90

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

Shades of Mindaro #D0E45A

Tints of Mindaro #D0E45A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.35%

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

R = 39.54%
G = 43.35%
B = 17.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#D0E45A (or 0xD0E45A) is known color: Mindaro. HEX triplet: D0, E4 and 5A. RGB value is (208,228,90). Sum of RGB (Red+Green+Blue) = 208+228+90=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E45A is #2F1BA5. Grayscale: #CECECE. Windows color (decimal): -3087270 or 5956816. OLE color: 5956816.

HSL color Cylindrical-coordinate representation of color #D0E45A: hue angle of 68.7º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0E45A is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 228 90 -
CMYK 0.09 0 0.61 0.11
HSL 68.7º 0.72% 0.62% -
HSV(B) 68.7º 0.61% 0.89% -
XYZ 55.6 69.63 20.18 -
YUV 206.29 62.37 129.22 -
System Red Green Blue C M Y K H S L
Decimal 208 228 90 0.09 0 0.61 0.11 68.7 0.72 0.62
Hex D0 E4 5A 9 0 3D B 45 48 3E
Octal 320 344 132 11 0 75 13 105 110 76
Binary 11010000 11100100 1011010 1001 0 111101 1011 1000101 1001000 111110

Color Harmonies of #D0E45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E45A

Black with #D0E45A

Text Example


Text Example

White with #D0E45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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