Html Css Color HEX #D0E15B Mindaro

📋 copy color: '#D0E15B'

red 208 ◦ green 225 ◦ blue 91

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

Shades of Mindaro #D0E15B

Tints of Mindaro #D0E15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.37%

R = 39.69%
G = 42.94%
B = 17.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#D0E15B (or 0xD0E15B) is known color: Mindaro. HEX triplet: D0, E1 and 5B. RGB value is (208,225,91). Sum of RGB (Red+Green+Blue) = 208+225+91=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E15B is #2F1EA4. Grayscale: #CDCDCD. Windows color (decimal): -3088037 or 6021584. OLE color: 6021584.

HSL color Cylindrical-coordinate representation of color #D0E15B: hue angle of 67.61º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0E15B is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 91 -
CMYK 0.08 0 0.60 0.12
HSL 67.61º 0.69% 0.62% -
HSV(B) 67.61º 0.6% 0.88% -
XYZ 54.83 68.02 20.14 -
YUV 204.64 63.87 130.4 -
System Red Green Blue C M Y K H S L
Decimal 208 225 91 0.08 0 0.60 0.12 67.61 0.69 0.62
Hex D0 E1 5B 8 0 3C C 44 45 3E
Octal 320 341 133 10 0 74 14 104 105 76
Binary 11010000 11100001 1011011 1000 0 111100 1100 1000100 1000101 111110

Color Harmonies of #D0E15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E15B

Black with #D0E15B

Text Example


Text Example

White with #D0E15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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