Html Css Color HEX #D6E47A Mindaro

📋 copy color: '#D6E47A'

red 214 ◦ green 228 ◦ blue 122

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

Shades of Mindaro #D6E47A

Tints of Mindaro #D6E47A

RGB

 RED value IS 214 (83.98% from 255) = 37.94%

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

 BLUE value IS 122 (48.05% from 255) = 21.63%

R = 37.94%
G = 40.43%
B = 21.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#D6E47A (or 0xD6E47A) is known color: Mindaro. HEX triplet: D6, E4 and 7A. RGB value is (214,228,122). Sum of RGB (Red+Green+Blue) = 214+228+122=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E47A is #291B85. Grayscale: #D4D4D4. Windows color (decimal): -2694022 or 8053974. OLE color: 8053974.

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

Color convert

RGB 214 228 122 -
CMYK 0.06 0 0.46 0.11
HSL 67.92º 0.66% 0.69% -
HSV(B) 67.92º 0.46% 0.89% -
XYZ 58.99 71.19 29.04 -
YUV 211.73 77.36 129.62 -
System Red Green Blue C M Y K H S L
Decimal 214 228 122 0.06 0 0.46 0.11 67.92 0.66 0.69
Hex D6 E4 7A 6 0 2E B 44 42 45
Octal 326 344 172 6 0 56 13 104 102 105
Binary 11010110 11100100 1111010 110 0 101110 1011 1000100 1000010 1000101

Color Harmonies of #D6E47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E47A

Black with #D6E47A

Text Example


Text Example

White with #D6E47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E47A; }

 p { color: rgb(214,228,122); }

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

background-color css

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

 a { background-color: rgb(214,228,122); }

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

border-color css

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

 span { border-color: rgb(214,228,122); }

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