Html Css Color HEX #68C12C Apple

📋 copy color: '#68C12C'

red 104 ◦ green 193 ◦ blue 44

#68C12C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #68C12C

Tints of Apple #68C12C

RGB

 RED value IS 104 (41.02% from 255) = 30.5%

 GREEN value IS 193 (75.78% from 255) = 56.6%

 BLUE value IS 44 (17.58% from 255) = 12.9%

R = 30.5%
G = 56.6%
B = 12.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#68C12C (or 0x68C12C) is known color: Apple. HEX triplet: 68, C1 and 2C. RGB value is (104,193,44). Sum of RGB (Red+Green+Blue) = 104+193+44=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #68C12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C12C is #973ED3. Grayscale: #959595. Windows color (decimal): -9912020 or 2933096. OLE color: 2933096.

HSL color Cylindrical-coordinate representation of color #68C12C: hue angle of 95.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68C12C is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 193 44 -
CMYK 0.46 0 0.77 0.24
HSL 95.84º 0.63% 0.46% -
HSV(B) 95.84º 0.77% 0.76% -
XYZ 25.23 41.26 9.02 -
YUV 149.4 68.51 95.62 -
System Red Green Blue C M Y K H S L
Decimal 104 193 44 0.46 0 0.77 0.24 95.84 0.63 0.46
Hex 68 C1 2C 2E 0 4D 18 60 3F 2E
Octal 150 301 54 56 0 115 30 140 77 56
Binary 1101000 11000001 101100 101110 0 1001101 11000 1100000 111111 101110

Color Harmonies of #68C12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C12C

Black with #68C12C

Text Example


Text Example

White with #68C12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,193,44); }

 H1.HeaderClassName
 {
   color: #68C12C;
 }
 .AnyTagClassName
 {
   color: #68C12C;
 }
</style>

background-color css

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

 a { background-color: rgb(104,193,44); }

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

border-color css

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

 span { border-color: rgb(104,193,44); }

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