#6ECD35

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

Shades of Apple #6ECD35

Tints of Apple #6ECD35

Color information

#6ECD35 (or 0x6ECD35) is unknown color: approx Apple. HEX triplet: 6E, CD and 35. RGB value is (110,205,53). Sum of RGB (Red+Green+Blue) = 110+205+53=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 205 (80.47% from 255 or 55.71% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECD35 is #9132CA. Grayscale: #9F9F9F. Windows color (decimal): -9515723 or 3525998. OLE color: 3525998.

HSL color Cylindrical-coordinate representation of color #6ECD35: hue angle of 97.5º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6ECD35 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB11020553-
CMYK0.4600.740.20
HSL97.5º60.32%50.59%-
HSV(B)97.5º74.15%80.39%-
XYZ28.947.2310.96-
YUV159.2768.0392.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.89%
GREEN value IS 205 (80.47% from 255) = 55.71%
BLUE value IS 53 (21.09% from 255) = 14.40%
R=29.89%
G=55.71%
B=14.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal110205530.4600.740.2097.560.3250.59
Hex6ECD352E04A14623c33
Octal15631565560112241427463
Binary11011101100110111010110111001001010101001100010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,205,53); }

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

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

 a { background-color: rgb(110,205,53); }

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

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

 span { border-color: rgb(110,205,53); }

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