#68cb48

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

Shades of Apple #68CB48

Tints of Apple #68CB48

Color information

#68CB48 (or 0x68CB48) is unknown color: approx Apple. HEX triplet: 68, CB and 48. RGB value is (104,203,72). Sum of RGB (Red+Green+Blue) = 104+203+72=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CB48 is #9734B7. Grayscale: #9E9E9E. Windows color (decimal): -9909432 or 4770664. OLE color: 4770664.

HSL color Cylindrical-coordinate representation of color #68CB48: hue angle of 105.34º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68CB48 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB10420372-
CMYK0.4900.650.20
HSL105.34º55.74%53.92%-
HSV(B)105.34º64.53%79.61%-
XYZ28.2346.1213.55-
YUV158.4679.289.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 203 (79.69% from 255) = 53.56%
BLUE value IS 72 (28.52% from 255) = 19.00%
R=27.44%
G=53.56%
B=19.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal104203720.4900.650.20105.3455.7453.92
Hex68CB483104114693836
Octal150313110610101241517066
Binary110100011001011100100011000101000001101001101001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68cb48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68cb48; }

 p { color: rgb(104,203,72); }

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

<style>
 a { background-color: #68cb48; }

 a { background-color: rgb(104,203,72); }

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

<style>
 span { border-color: #68cb48; }

 span { border-color: rgb(104,203,72); }

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