#6EDC33

Color #6EDC33 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #6EDC33

Tints of Apple #6EDC33

Color information

#6EDC33 (or 0x6EDC33) is unknown color: approx Apple. HEX triplet: 6E, DC and 33. RGB value is (110,220,51). Sum of RGB (Red+Green+Blue) = 110+220+51=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDC33 is #9123CC. Grayscale: #A8A8A8. Windows color (decimal): -9511885 or 3398766. OLE color: 3398766.

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

Color convert

RGB11022051-
CMYK0.5000.770.14
HSL99.05º70.71%53.14%-
HSV(B)99.05º76.82%86.27%-
XYZ32.6254.7411.98-
YUV167.8462.0686.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.87%
GREEN value IS 220 (86.33% from 255) = 57.74%
BLUE value IS 51 (20.31% from 255) = 13.39%
R=28.87%
G=57.74%
B=13.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110220510.5000.770.1499.0570.7153.14
Hex6EDC333204DE634735
Octal156334636201151614310765
Binary11011101101110011001111001001001101111011000111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EDC33;
 }
 .AnyTagClassName
 {
   color: #6EDC33;
 }
</style>
background-color css

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

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

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

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

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

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