Html Css Color HEX #D6EB6E Mindaro

📋 copy color: '#D6EB6E'

red 214 ◦ green 235 ◦ blue 110

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

Shades of Mindaro #D6EB6E

Tints of Mindaro #D6EB6E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.04%

 BLUE value IS 110 (43.36% from 255) = 19.68%

R = 38.28%
G = 42.04%
B = 19.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#D6EB6E (or 0xD6EB6E) is known color: Mindaro. HEX triplet: D6, EB and 6E. RGB value is (214,235,110). Sum of RGB (Red+Green+Blue) = 214+235+110=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EB6E is #291491. Grayscale: #D6D6D6. Windows color (decimal): -2692242 or 7269334. OLE color: 7269334.

HSL color Cylindrical-coordinate representation of color #D6EB6E: hue angle of 70.08º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6EB6E is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 235 110 -
CMYK 0.09 0 0.53 0.08
HSL 70.08º 0.76% 0.68% -
HSV(B) 70.08º 0.53% 0.92% -
XYZ 60.25 74.84 26.02 -
YUV 214.47 69.04 127.66 -
System Red Green Blue C M Y K H S L
Decimal 214 235 110 0.09 0 0.53 0.08 70.08 0.76 0.68
Hex D6 EB 6E 9 0 35 8 46 4C 44
Octal 326 353 156 11 0 65 10 106 114 104
Binary 11010110 11101011 1101110 1001 0 110101 1000 1000110 1001100 1000100

Color Harmonies of #D6EB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EB6E

Black with #D6EB6E

Text Example


Text Example

White with #D6EB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EB6E; }

 p { color: rgb(214,235,110); }

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

background-color css

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

 a { background-color: rgb(214,235,110); }

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

border-color css

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

 span { border-color: rgb(214,235,110); }

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