#68CB30

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

Shades of Apple #68CB30

Tints of Apple #68CB30

Color information

#68CB30 (or 0x68CB30) is unknown color: approx Apple. HEX triplet: 68, CB and 30. RGB value is (104,203,48). Sum of RGB (Red+Green+Blue) = 104+203+48=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CB30 is #9734CF. Grayscale: #9C9C9C. Windows color (decimal): -9909456 or 3197800. OLE color: 3197800.

HSL color Cylindrical-coordinate representation of color #68CB30: hue angle of 98.32º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68CB30 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB10420348-
CMYK0.4900.760.20
HSL98.32º61.75%49.22%-
HSV(B)98.32º76.35%79.61%-
XYZ27.645.8710.2-
YUV155.7367.291.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 203 (79.69% from 255) = 57.18%
BLUE value IS 48 (19.14% from 255) = 13.52%
R=29.30%
G=57.18%
B=13.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal104203480.4900.760.2098.3261.7549.22
Hex68CB303104C14623e31
Octal15031360610114241427661
Binary11010001100101111000011000101001100101001100010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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