Html Css Color HEX #6ED82C Apple

📋 copy color: '#6ED82C'

red 110 ◦ green 216 ◦ blue 44

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

Shades of Apple #6ED82C

Tints of Apple #6ED82C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 58.38%

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 29.73%
G = 58.38%
B = 11.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#6ED82C (or 0x6ED82C) is known color: Apple. HEX triplet: 6E, D8 and 2C. RGB value is (110,216,44). Sum of RGB (Red+Green+Blue) = 110+216+44=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 216 (84.77% from 255 or 58.38% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED82C is #9127D3. Grayscale: #A5A5A5. Windows color (decimal): -9512916 or 2938990. OLE color: 2938990.

HSL color Cylindrical-coordinate representation of color #6ED82C: hue angle of 96.98º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6ED82C is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 216 44 -
CMYK 0.49 0 0.80 0.15
HSL 96.98º 0.69% 0.51% -
HSV(B) 96.98º 0.8% 0.85% -
XYZ 31.44 52.61 10.88 -
YUV 164.7 59.88 88.99 -
System Red Green Blue C M Y K H S L
Decimal 110 216 44 0.49 0 0.80 0.15 96.98 0.69 0.51
Hex 6E D8 2C 31 0 50 F 61 45 33
Octal 156 330 54 61 0 120 17 141 105 63
Binary 1101110 11011000 101100 110001 0 1010000 1111 1100001 1000101 110011

Color Harmonies of #6ED82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED82C

Black with #6ED82C

Text Example


Text Example

White with #6ED82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,216,44); }

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

background-color css

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

 a { background-color: rgb(110,216,44); }

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

border-color css

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

 span { border-color: rgb(110,216,44); }

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