#68D230

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

Shades of Apple #68D230

Tints of Apple #68D230

Color information

#68D230 (or 0x68D230) is unknown color: approx Apple. HEX triplet: 68, D2 and 30. RGB value is (104,210,48). Sum of RGB (Red+Green+Blue) = 104+210+48=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 210 (82.42% from 255 or 58.01% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 210 - color contains mainly: green. Hex color #68D230 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D230 is #972DCF. Grayscale: #A0A0A0. Windows color (decimal): -9907664 or 3199592. OLE color: 3199592.

HSL color Cylindrical-coordinate representation of color #68D230: hue angle of 99.26º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68D230 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB10421048-
CMYK0.5000.770.18
HSL99.26º64.29%50.59%-
HSV(B)99.26º77.14%82.35%-
XYZ29.2949.2510.76-
YUV159.8464.8888.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 210 (82.42% from 255) = 58.01%
BLUE value IS 48 (19.14% from 255) = 13.26%
R=28.73%
G=58.01%
B=13.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal104210480.5000.770.1899.2664.2950.59
Hex68D2303204D12634033
Octal150322606201152214310063
Binary110100011010010110000110010010011011001011000111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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