Html Css Color HEX #6ED130 Apple

📋 copy color: '#6ED130'

red 110 ◦ green 209 ◦ blue 48

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

Shades of Apple #6ED130

Tints of Apple #6ED130

RGB

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

 GREEN value IS 209 (82.03% from 255) = 56.95%

 BLUE value IS 48 (19.14% from 255) = 13.08%

R = 29.97%
G = 56.95%
B = 13.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#6ED130 (or 0x6ED130) is known color: Apple. HEX triplet: 6E, D1 and 30. RGB value is (110,209,48). Sum of RGB (Red+Green+Blue) = 110+209+48=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 209 (82.03% from 255 or 56.95% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED130 is #912ECF. Grayscale: #A1A1A1. Windows color (decimal): -9514704 or 3199342. OLE color: 3199342.

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

Color convert

RGB 110 209 48 -
CMYK 0.47 0 0.77 0.18
HSL 96.89º 0.64% 0.5% -
HSV(B) 96.89º 0.77% 0.82% -
XYZ 29.76 49.13 10.71 -
YUV 161.05 64.2 91.59 -
System Red Green Blue C M Y K H S L
Decimal 110 209 48 0.47 0 0.77 0.18 96.89 0.64 0.5
Hex 6E D1 30 2F 0 4D 12 61 40 32
Octal 156 321 60 57 0 115 22 141 100 62
Binary 1101110 11010001 110000 101111 0 1001101 10010 1100001 1000000 110010

Color Harmonies of #6ED130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED130

Black with #6ED130

Text Example


Text Example

White with #6ED130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,209,48); }

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

background-color css

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

 a { background-color: rgb(110,209,48); }

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

border-color css

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

 span { border-color: rgb(110,209,48); }

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