Html Css Color HEX #6EDC3B Apple

📋 copy color: '#6EDC3B'

red 110 ◦ green 220 ◦ blue 59

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

Shades of Apple #6EDC3B

Tints of Apple #6EDC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.17%

R = 28.28%
G = 56.56%
B = 15.17%

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

#6EDC3B (or 0x6EDC3B) is known color: Apple. HEX triplet: 6E, DC and 3B. RGB value is (110,220,59). Sum of RGB (Red+Green+Blue) = 110+220+59=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDC3B is #9123C4. Grayscale: #A9A9A9. Windows color (decimal): -9511877 or 3923054. OLE color: 3923054.

HSL color Cylindrical-coordinate representation of color #6EDC3B: hue angle of 100.99º 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 #6EDC3B is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 59 -
CMYK 0.50 0 0.73 0.14
HSL 100.99º 0.7% 0.55% -
HSV(B) 100.99º 0.73% 0.86% -
XYZ 32.81 54.82 12.99 -
YUV 168.76 66.06 86.09 -
System Red Green Blue C M Y K H S L
Decimal 110 220 59 0.50 0 0.73 0.14 100.99 0.7 0.55
Hex 6E DC 3B 32 0 49 E 65 46 37
Octal 156 334 73 62 0 111 16 145 106 67
Binary 1101110 11011100 111011 110010 0 1001001 1110 1100101 1000110 110111

Color Harmonies of #6EDC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDC3B

Black with #6EDC3B

Text Example


Text Example

White with #6EDC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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