#6CD048

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

Shades of Apple #6CD048

Tints of Apple #6CD048

Color information

#6CD048 (or 0x6CD048) is unknown color: approx Apple. HEX triplet: 6C, D0 and 48. RGB value is (108,208,72). Sum of RGB (Red+Green+Blue) = 108+208+72=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD048 is #932FB7. Grayscale: #A3A3A3. Windows color (decimal): -9646008 or 4771948. OLE color: 4771948.

HSL color Cylindrical-coordinate representation of color #6CD048: hue angle of 104.12º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CD048 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB10820872-
CMYK0.4800.650.18
HSL104.12º59.13%54.9%-
HSV(B)104.12º65.38%81.57%-
XYZ29.9148.7713.97-
YUV162.676.8789.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.84%
GREEN value IS 208 (81.64% from 255) = 53.61%
BLUE value IS 72 (28.52% from 255) = 18.56%
R=27.84%
G=53.61%
B=18.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal108208720.4800.650.18104.1259.1354.9
Hex6CD0483004112683b37
Octal154320110600101221507367
Binary110110011010000100100011000001000001100101101000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,208,72); }

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

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

 a { background-color: rgb(108,208,72); }

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

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

 span { border-color: rgb(108,208,72); }

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