Html Css Color HEX #D0E575 Mindaro

📋 copy color: '#D0E575'

red 208 ◦ green 229 ◦ blue 117

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

Shades of Mindaro #D0E575

Tints of Mindaro #D0E575

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.34%

 BLUE value IS 117 (46.09% from 255) = 21.12%

R = 37.55%
G = 41.34%
B = 21.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#D0E575 (or 0xD0E575) is known color: Mindaro. HEX triplet: D0, E5 and 75. RGB value is (208,229,117). Sum of RGB (Red+Green+Blue) = 208+229+117=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E575 is #2F1A8A. Grayscale: #D2D2D2. Windows color (decimal): -3086987 or 7726544. OLE color: 7726544.

HSL color Cylindrical-coordinate representation of color #D0E575: hue angle of 71.25º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0E575 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 229 117 -
CMYK 0.09 0 0.49 0.10
HSL 71.25º 0.68% 0.68% -
HSV(B) 71.25º 0.49% 0.9% -
XYZ 57.24 70.73 27.47 -
YUV 209.95 75.54 126.61 -
System Red Green Blue C M Y K H S L
Decimal 208 229 117 0.09 0 0.49 0.10 71.25 0.68 0.68
Hex D0 E5 75 9 0 31 A 47 44 44
Octal 320 345 165 11 0 61 12 107 104 104
Binary 11010000 11100101 1110101 1001 0 110001 1010 1000111 1000100 1000100

Color Harmonies of #D0E575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E575

Black with #D0E575

Text Example


Text Example

White with #D0E575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E575; }

 p { color: rgb(208,229,117); }

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

background-color css

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

 a { background-color: rgb(208,229,117); }

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

border-color css

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

 span { border-color: rgb(208,229,117); }

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