Html Css Color HEX #D5E46C Mindaro

📋 copy color: '#D5E46C'

red 213 ◦ green 228 ◦ blue 108

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

Shades of Mindaro #D5E46C

Tints of Mindaro #D5E46C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.53%

 BLUE value IS 108 (42.58% from 255) = 19.67%

R = 38.8%
G = 41.53%
B = 19.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#D5E46C (or 0xD5E46C) is known color: Mindaro. HEX triplet: D5, E4 and 6C. RGB value is (213,228,108). Sum of RGB (Red+Green+Blue) = 213+228+108=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E46C is #2A1B93. Grayscale: #D2D2D2. Windows color (decimal): -2759572 or 7136469. OLE color: 7136469.

HSL color Cylindrical-coordinate representation of color #D5E46C: hue angle of 67.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5E46C is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 228 108 -
CMYK 0.07 0 0.53 0.11
HSL 67.5º 0.69% 0.66% -
HSV(B) 67.5º 0.53% 0.89% -
XYZ 57.89 70.72 24.79 -
YUV 209.84 70.53 130.26 -
System Red Green Blue C M Y K H S L
Decimal 213 228 108 0.07 0 0.53 0.11 67.5 0.69 0.66
Hex D5 E4 6C 7 0 35 B 44 45 42
Octal 325 344 154 7 0 65 13 104 105 102
Binary 11010101 11100100 1101100 111 0 110101 1011 1000100 1000101 1000010

Color Harmonies of #D5E46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E46C

Black with #D5E46C

Text Example


Text Example

White with #D5E46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E46C; }

 p { color: rgb(213,228,108); }

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

background-color css

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

 a { background-color: rgb(213,228,108); }

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

border-color css

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

 span { border-color: rgb(213,228,108); }

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