#68DC30

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

Shades of Apple #68DC30

Tints of Apple #68DC30

Color information

#68DC30 (or 0x68DC30) is unknown color: approx Apple. HEX triplet: 68, DC and 30. RGB value is (104,220,48). Sum of RGB (Red+Green+Blue) = 104+220+48=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DC30 is #9723CF. Grayscale: #A6A6A6. Windows color (decimal): -9905104 or 3202152. OLE color: 3202152.

HSL color Cylindrical-coordinate representation of color #68DC30: hue angle of 100.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68DC30 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB10422048-
CMYK0.5300.780.14
HSL100.47º71.07%52.55%-
HSV(B)100.47º78.18%86.27%-
XYZ31.8454.3411.61-
YUV165.7161.5783.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 220 (86.33% from 255) = 59.14%
BLUE value IS 48 (19.14% from 255) = 12.90%
R=27.96%
G=59.14%
B=12.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104220480.5300.780.14100.4771.0752.55
Hex68DC303504EE644735
Octal150334606501161614410765
Binary11010001101110011000011010101001110111011001001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,220,48); }

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

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

 a { background-color: rgb(104,220,48); }

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

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

 span { border-color: rgb(104,220,48); }

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