Html Css Color HEX #6ED048 Apple

📋 copy color: '#6ED048'

red 110 ◦ green 208 ◦ blue 72

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

Shades of Apple #6ED048

Tints of Apple #6ED048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.33%

 BLUE value IS 72 (28.52% from 255) = 18.46%

R = 28.21%
G = 53.33%
B = 18.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#6ED048 (or 0x6ED048) is known color: Apple. HEX triplet: 6E, D0 and 48. RGB value is (110,208,72). Sum of RGB (Red+Green+Blue) = 110+208+72=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED048 is #912FB7. Grayscale: #A3A3A3. Windows color (decimal): -9514936 or 4771950. OLE color: 4771950.

HSL color Cylindrical-coordinate representation of color #6ED048: hue angle of 103.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6ED048 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 208 72 -
CMYK 0.47 0 0.65 0.18
HSL 103.24º 0.59% 0.55% -
HSV(B) 103.24º 0.65% 0.82% -
XYZ 30.16 48.89 13.98 -
YUV 163.19 76.53 90.06 -
System Red Green Blue C M Y K H S L
Decimal 110 208 72 0.47 0 0.65 0.18 103.24 0.59 0.55
Hex 6E D0 48 2F 0 41 12 67 3B 37
Octal 156 320 110 57 0 101 22 147 73 67
Binary 1101110 11010000 1001000 101111 0 1000001 10010 1100111 111011 110111

Color Harmonies of #6ED048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED048

Black with #6ED048

Text Example


Text Example

White with #6ED048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,208,72); }

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

background-color css

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

 a { background-color: rgb(110,208,72); }

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

border-color css

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

 span { border-color: rgb(110,208,72); }

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