Html Css Color HEX #6EDC3C Apple

📋 copy color: '#6EDC3C'

red 110 ◦ green 220 ◦ blue 60

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

Shades of Apple #6EDC3C

Tints of Apple #6EDC3C

RGB

 RED value IS 110 (43.36% from 255) = 28.21%

 GREEN value IS 220 (86.33% from 255) = 56.41%

 BLUE value IS 60 (23.83% from 255) = 15.38%

R = 28.21%
G = 56.41%
B = 15.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#6EDC3C (or 0x6EDC3C) is known color: Apple. HEX triplet: 6E, DC and 3C. RGB value is (110,220,60). Sum of RGB (Red+Green+Blue) = 110+220+60=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDC3C is #9123C3. Grayscale: #A9A9A9. Windows color (decimal): -9511876 or 3988590. OLE color: 3988590.

HSL color Cylindrical-coordinate representation of color #6EDC3C: hue angle of 101.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6EDC3C is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 60 -
CMYK 0.50 0 0.73 0.14
HSL 101.25º 0.7% 0.55% -
HSV(B) 101.25º 0.73% 0.86% -
XYZ 32.84 54.83 13.13 -
YUV 168.87 66.56 86.01 -
System Red Green Blue C M Y K H S L
Decimal 110 220 60 0.50 0 0.73 0.14 101.25 0.7 0.55
Hex 6E DC 3C 32 0 49 E 65 46 37
Octal 156 334 74 62 0 111 16 145 106 67
Binary 1101110 11011100 111100 110010 0 1001001 1110 1100101 1000110 110111

Color Harmonies of #6EDC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDC3C

Black with #6EDC3C

Text Example


Text Example

White with #6EDC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EDC3C; }

 p { color: rgb(110,220,60); }

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

background-color css

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

 a { background-color: rgb(110,220,60); }

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

border-color css

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

 span { border-color: rgb(110,220,60); }

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