Html Css Color HEX #D1E15F Mindaro

📋 copy color: '#D1E15F'

red 209 ◦ green 225 ◦ blue 95

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

Shades of Mindaro #D1E15F

Tints of Mindaro #D1E15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.96%

R = 39.51%
G = 42.53%
B = 17.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#D1E15F (or 0xD1E15F) is known color: Mindaro. HEX triplet: D1, E1 and 5F. RGB value is (209,225,95). Sum of RGB (Red+Green+Blue) = 209+225+95=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E15F is #2E1EA0. Grayscale: #CDCDCD. Windows color (decimal): -3022497 or 6283729. OLE color: 6283729.

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

Color convert

RGB 209 225 95 -
CMYK 0.07 0 0.58 0.12
HSL 67.38º 0.68% 0.63% -
HSV(B) 67.38º 0.58% 0.88% -
XYZ 55.29 68.23 21.08 -
YUV 205.4 65.7 130.57 -
System Red Green Blue C M Y K H S L
Decimal 209 225 95 0.07 0 0.58 0.12 67.38 0.68 0.63
Hex D1 E1 5F 7 0 3A C 43 44 3F
Octal 321 341 137 7 0 72 14 103 104 77
Binary 11010001 11100001 1011111 111 0 111010 1100 1000011 1000100 111111

Color Harmonies of #D1E15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E15F

Black with #D1E15F

Text Example


Text Example

White with #D1E15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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