#6FCC35

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

Shades of Apple #6FCC35

Tints of Apple #6FCC35

Color information

#6FCC35 (or 0x6FCC35) is unknown color: approx Apple. HEX triplet: 6F, CC and 35. RGB value is (111,204,53). Sum of RGB (Red+Green+Blue) = 111+204+53=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCC35 is #9033CA. Grayscale: #9F9F9F. Windows color (decimal): -9450443 or 3525743. OLE color: 3525743.

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

Color convert

RGB11120453-
CMYK0.4600.740.2
HSL96.95º59.68%50.39%-
HSV(B)96.95º74.02%80%-
XYZ28.7946.8210.89-
YUV158.9868.1993.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.16%
GREEN value IS 204 (80.08% from 255) = 55.43%
BLUE value IS 53 (21.09% from 255) = 14.40%
R=30.16%
G=55.43%
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.2
SystemRedGreenBlueCMYKHSL
Decimal111204530.4600.740.296.9559.6850.39
Hex6FCC352E04A14613c32
Octal15731465560112241417462
Binary11011111100110011010110111001001010101001100001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,204,53); }

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

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

 a { background-color: rgb(111,204,53); }

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

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

 span { border-color: rgb(111,204,53); }

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