#68CF52

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

Shades of Apple #68CF52

Tints of Apple #68CF52

Color information

#68CF52 (or 0x68CF52) is unknown color: approx Apple. HEX triplet: 68, CF and 52. RGB value is (104,207,82). Sum of RGB (Red+Green+Blue) = 104+207+82=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CF52 is #9730AD. Grayscale: #A2A2A2. Windows color (decimal): -9908398 or 5427048. OLE color: 5427048.

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

Color convert

RGB10420782-
CMYK0.5000.600.19
HSL109.44º56.56%56.67%-
HSV(B)109.44º60.39%81.18%-
XYZ29.5448.1815.72-
YUV161.9582.8886.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 207 (81.25% from 255) = 52.67%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=26.46%
G=52.67%
B=20.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal104207820.5000.600.19109.4456.5656.67
Hex68CF523203C136d3939
Octal15031712262074231557171
Binary11010001100111110100101100100111100100111101101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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