#6DC248

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

Shades of Apple #6DC248

Tints of Apple #6DC248

Color information

#6DC248 (or 0x6DC248) is unknown color: approx Apple. HEX triplet: 6D, C2 and 48. RGB value is (109,194,72). Sum of RGB (Red+Green+Blue) = 109+194+72=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #6DC248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC248 is #923DB7. Grayscale: #9B9B9B. Windows color (decimal): -9584056 or 4768365. OLE color: 4768365.

HSL color Cylindrical-coordinate representation of color #6DC248: hue angle of 101.8º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6DC248 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB10919472-
CMYK0.4400.630.24
HSL101.8º50%52.16%-
HSV(B)101.8º62.89%76.08%-
XYZ26.7742.312.89-
YUV154.6881.3495.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.07%
GREEN value IS 194 (76.17% from 255) = 51.73%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=29.07%
G=51.73%
B=19.2%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal109194720.4400.630.24101.85052.16
Hex6DC2482C03F18663234
Octal15530211054077301466264
Binary11011011100001010010001011000111111110001100110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,194,72); }

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

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

 a { background-color: rgb(109,194,72); }

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

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

 span { border-color: rgb(109,194,72); }

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