Html Css Color HEX #D1E15C Mindaro

📋 copy color: '#D1E15C'

red 209 ◦ green 225 ◦ blue 92

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

Shades of Mindaro #D1E15C

Tints of Mindaro #D1E15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.49%

R = 39.73%
G = 42.78%
B = 17.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#D1E15C (or 0xD1E15C) is known color: Mindaro. HEX triplet: D1, E1 and 5C. RGB value is (209,225,92). Sum of RGB (Red+Green+Blue) = 209+225+92=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E15C is #2E1EA3. Grayscale: #CDCDCD. Windows color (decimal): -3022500 or 6087121. OLE color: 6087121.

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

Color convert

RGB 209 225 92 -
CMYK 0.07 0 0.59 0.12
HSL 67.22º 0.69% 0.62% -
HSV(B) 67.22º 0.59% 0.88% -
XYZ 55.15 68.18 20.38 -
YUV 205.05 64.2 130.81 -
System Red Green Blue C M Y K H S L
Decimal 209 225 92 0.07 0 0.59 0.12 67.22 0.69 0.62
Hex D1 E1 5C 7 0 3B C 43 45 3E
Octal 321 341 134 7 0 73 14 103 105 76
Binary 11010001 11100001 1011100 111 0 111011 1100 1000011 1000101 111110

Color Harmonies of #D1E15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E15C

Black with #D1E15C

Text Example


Text Example

White with #D1E15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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