Html Css Color HEX #68C14F Apple

📋 copy color: '#68C14F'

red 104 ◦ green 193 ◦ blue 79

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

Shades of Apple #68C14F

Tints of Apple #68C14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.01%

R = 27.66%
G = 51.33%
B = 21.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#68C14F (or 0x68C14F) is known color: Apple. HEX triplet: 68, C1 and 4F. RGB value is (104,193,79). Sum of RGB (Red+Green+Blue) = 104+193+79=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #68C14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C14F is #973EB0. Grayscale: #999999. Windows color (decimal): -9911985 or 5226856. OLE color: 5226856.

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

Color convert

RGB 104 193 79 -
CMYK 0.46 0 0.59 0.24
HSL 106.84º 0.48% 0.53% -
HSV(B) 106.84º 0.59% 0.76% -
XYZ 26.19 41.65 14.06 -
YUV 153.39 86.01 92.77 -
System Red Green Blue C M Y K H S L
Decimal 104 193 79 0.46 0 0.59 0.24 106.84 0.48 0.53
Hex 68 C1 4F 2E 0 3B 18 6B 30 35
Octal 150 301 117 56 0 73 30 153 60 65
Binary 1101000 11000001 1001111 101110 0 111011 11000 1101011 110000 110101

Color Harmonies of #68C14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C14F

Black with #68C14F

Text Example


Text Example

White with #68C14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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