#68cf4c

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

Shades of Apple #68CF4C

Tints of Apple #68CF4C

Color information

#68CF4C (or 0x68CF4C) is unknown color: approx Apple. HEX triplet: 68, CF and 4C. RGB value is (104,207,76). Sum of RGB (Red+Green+Blue) = 104+207+76=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CF4C is #9730B3. Grayscale: #A1A1A1. Windows color (decimal): -9908404 or 5033832. OLE color: 5033832.

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

Color convert

RGB10420776-
CMYK0.5000.630.19
HSL107.18º57.71%55.49%-
HSV(B)107.18º63.29%81.18%-
XYZ29.3348.0914.57-
YUV161.2779.8887.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.87%
GREEN value IS 207 (81.25% from 255) = 53.49%
BLUE value IS 76 (30.08% from 255) = 19.64%
R=26.87%
G=53.49%
B=19.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal104207760.5000.630.19107.1857.7155.49
Hex68CF4C3203F136b3a37
Octal15031711462077231537267
Binary11010001100111110011001100100111111100111101011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68cf4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,207,76); }

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

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

 a { background-color: rgb(104,207,76); }

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

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

 span { border-color: rgb(104,207,76); }

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