#68E330

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

Shades of Apple #68E330

Tints of Apple #68E330

Color information

#68E330 (or 0x68E330) is unknown color: approx Apple. HEX triplet: 68, E3 and 30. RGB value is (104,227,48). Sum of RGB (Red+Green+Blue) = 104+227+48=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 227 (89.06% from 255 or 59.89% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 227 - color contains mainly: green. Hex color #68E330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E330 is #971CCF. Grayscale: #AAAAAA. Windows color (decimal): -9903312 or 3203944. OLE color: 3203944.

HSL color Cylindrical-coordinate representation of color #68E330: hue angle of 101.23º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68E330 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB10422748-
CMYK0.5400.790.11
HSL101.23º76.17%53.92%-
HSV(B)101.23º78.85%89.02%-
XYZ33.7158.0912.23-
YUV169.8259.2581.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 227 (89.06% from 255) = 59.89%
BLUE value IS 48 (19.14% from 255) = 12.66%
R=27.44%
G=59.89%
B=12.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal104227480.5400.790.11101.2376.1753.92
Hex68E3303604FB654c36
Octal150343606601171314511466
Binary11010001110001111000011011001001111101111001011001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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