Html Css Color HEX #D0E163 Mindaro

📋 copy color: '#D0E163'

red 208 ◦ green 225 ◦ blue 99

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

Shades of Mindaro #D0E163

Tints of Mindaro #D0E163

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.29%

 BLUE value IS 99 (39.06% from 255) = 18.61%

R = 39.1%
G = 42.29%
B = 18.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#D0E163 (or 0xD0E163) is known color: Mindaro. HEX triplet: D0, E1 and 63. RGB value is (208,225,99). Sum of RGB (Red+Green+Blue) = 208+225+99=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E163 is #2F1E9C. Grayscale: #CECECE. Windows color (decimal): -3088029 or 6545872. OLE color: 6545872.

HSL color Cylindrical-coordinate representation of color #D0E163: hue angle of 68.1º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0E163 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 99 -
CMYK 0.08 0 0.56 0.12
HSL 68.1º 0.68% 0.64% -
HSV(B) 68.1º 0.56% 0.88% -
XYZ 55.19 68.16 22.05 -
YUV 205.55 67.87 129.75 -
System Red Green Blue C M Y K H S L
Decimal 208 225 99 0.08 0 0.56 0.12 68.1 0.68 0.64
Hex D0 E1 63 8 0 38 C 44 44 40
Octal 320 341 143 10 0 70 14 104 104 100
Binary 11010000 11100001 1100011 1000 0 111000 1100 1000100 1000100 1000000

Color Harmonies of #D0E163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E163

Black with #D0E163

Text Example


Text Example

White with #D0E163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E163; }

 p { color: rgb(208,225,99); }

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

background-color css

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

 a { background-color: rgb(208,225,99); }

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

border-color css

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

 span { border-color: rgb(208,225,99); }

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