Html Css Color HEX #D5E17C Mindaro

📋 copy color: '#D5E17C'

red 213 ◦ green 225 ◦ blue 124

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

Shades of Mindaro #D5E17C

Tints of Mindaro #D5E17C

RGB

 RED value IS 213 (83.59% from 255) = 37.9%

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

 BLUE value IS 124 (48.83% from 255) = 22.06%

R = 37.9%
G = 40.04%
B = 22.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#D5E17C (or 0xD5E17C) is known color: Mindaro. HEX triplet: D5, E1 and 7C. RGB value is (213,225,124). Sum of RGB (Red+Green+Blue) = 213+225+124=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E17C is #2A1E83. Grayscale: #D2D2D2. Windows color (decimal): -2760324 or 8184277. OLE color: 8184277.

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

Color convert

RGB 213 225 124 -
CMYK 0.05 0 0.45 0.12
HSL 67.13º 0.63% 0.68% -
HSV(B) 67.13º 0.45% 0.88% -
XYZ 58 69.45 29.42 -
YUV 209.9 79.52 130.21 -
System Red Green Blue C M Y K H S L
Decimal 213 225 124 0.05 0 0.45 0.12 67.13 0.63 0.68
Hex D5 E1 7C 5 0 2D C 43 3F 44
Octal 325 341 174 5 0 55 14 103 77 104
Binary 11010101 11100001 1111100 101 0 101101 1100 1000011 111111 1000100

Color Harmonies of #D5E17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E17C

Black with #D5E17C

Text Example


Text Example

White with #D5E17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E17C; }

 p { color: rgb(213,225,124); }

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

background-color css

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

 a { background-color: rgb(213,225,124); }

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

border-color css

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

 span { border-color: rgb(213,225,124); }

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