#6fcf48

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

Shades of Apple #6FCF48

Tints of Apple #6FCF48

Color information

#6FCF48 (or 0x6FCF48) is unknown color: approx Apple. HEX triplet: 6F, CF and 48. RGB value is (111,207,72). Sum of RGB (Red+Green+Blue) = 111+207+72=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCF48 is #9030B7. Grayscale: #A3A3A3. Windows color (decimal): -9449656 or 4771695. OLE color: 4771695.

HSL color Cylindrical-coordinate representation of color #6FCF48: hue angle of 102.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6FCF48 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB11120772-
CMYK0.4600.650.19
HSL102.67º58.44%54.71%-
HSV(B)102.67º65.22%81.18%-
XYZ30.0448.4713.9-
YUV162.9176.790.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.46%
GREEN value IS 207 (81.25% from 255) = 53.08%
BLUE value IS 72 (28.52% from 255) = 18.46%
R=28.46%
G=53.08%
B=18.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal111207720.4600.650.19102.6758.4454.71
Hex6FCF482E04113673a37
Octal157317110560101231477267
Binary110111111001111100100010111001000001100111100111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fcf48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,207,72); }

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

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

 a { background-color: rgb(111,207,72); }

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

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

 span { border-color: rgb(111,207,72); }

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