Html Css Color HEX #D1E15B Mindaro

📋 copy color: '#D1E15B'

red 209 ◦ green 225 ◦ blue 91

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

Shades of Mindaro #D1E15B

Tints of Mindaro #D1E15B

RGB

 RED value IS 209 (82.03% from 255) = 39.81%

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

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

R = 39.81%
G = 42.86%
B = 17.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#D1E15B (or 0xD1E15B) is known color: Mindaro. HEX triplet: D1, E1 and 5B. RGB value is (209,225,91). Sum of RGB (Red+Green+Blue) = 209+225+91=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E15B is #2E1EA4. Grayscale: #CDCDCD. Windows color (decimal): -3022501 or 6021585. OLE color: 6021585.

HSL color Cylindrical-coordinate representation of color #D1E15B: hue angle of 67.16º 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 #D1E15B is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 225 91 -
CMYK 0.07 0 0.60 0.12
HSL 67.16º 0.69% 0.62% -
HSV(B) 67.16º 0.6% 0.88% -
XYZ 55.11 68.16 20.15 -
YUV 204.94 63.7 130.9 -
System Red Green Blue C M Y K H S L
Decimal 209 225 91 0.07 0 0.60 0.12 67.16 0.69 0.62
Hex D1 E1 5B 7 0 3C C 43 45 3E
Octal 321 341 133 7 0 74 14 103 105 76
Binary 11010001 11100001 1011011 111 0 111100 1100 1000011 1000101 111110

Color Harmonies of #D1E15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E15B

Black with #D1E15B

Text Example


Text Example

White with #D1E15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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