Html Css Color HEX #D6E36A Mindaro

📋 copy color: '#D6E36A'

red 214 ◦ green 227 ◦ blue 106

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

Shades of Mindaro #D6E36A

Tints of Mindaro #D6E36A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.5%

 BLUE value IS 106 (41.8% from 255) = 19.38%

R = 39.12%
G = 41.5%
B = 19.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#D6E36A (or 0xD6E36A) is known color: Mindaro. HEX triplet: D6, E3 and 6A. RGB value is (214,227,106). Sum of RGB (Red+Green+Blue) = 214+227+106=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E36A is #291C95. Grayscale: #D1D1D1. Windows color (decimal): -2694294 or 7005142. OLE color: 7005142.

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

Color convert

RGB 214 227 106 -
CMYK 0.06 0 0.53 0.11
HSL 66.45º 0.68% 0.65% -
HSV(B) 66.45º 0.53% 0.89% -
XYZ 57.8 70.27 24.15 -
YUV 209.32 69.69 131.34 -
System Red Green Blue C M Y K H S L
Decimal 214 227 106 0.06 0 0.53 0.11 66.45 0.68 0.65
Hex D6 E3 6A 6 0 35 B 42 44 41
Octal 326 343 152 6 0 65 13 102 104 101
Binary 11010110 11100011 1101010 110 0 110101 1011 1000010 1000100 1000001

Color Harmonies of #D6E36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E36A

Black with #D6E36A

Text Example


Text Example

White with #D6E36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E36A; }

 p { color: rgb(214,227,106); }

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

background-color css

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

 a { background-color: rgb(214,227,106); }

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

border-color css

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

 span { border-color: rgb(214,227,106); }

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