Html Css Color HEX #68BC50 Apple

📋 copy color: '#68BC50'

red 104 ◦ green 188 ◦ blue 80

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

Shades of Apple #68BC50

Tints of Apple #68BC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.54%

 BLUE value IS 80 (31.64% from 255) = 21.51%

R = 27.96%
G = 50.54%
B = 21.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#68BC50 (or 0x68BC50) is known color: Apple. HEX triplet: 68, BC and 50. RGB value is (104,188,80). Sum of RGB (Red+Green+Blue) = 104+188+80=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BC50 is #9743AF. Grayscale: #969696. Windows color (decimal): -9913264 or 5291112. OLE color: 5291112.

HSL color Cylindrical-coordinate representation of color #68BC50: hue angle of 106.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68BC50 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 188 80 -
CMYK 0.45 0 0.57 0.26
HSL 106.67º 0.45% 0.53% -
HSV(B) 106.67º 0.57% 0.74% -
XYZ 25.14 39.49 13.89 -
YUV 150.57 88.17 94.78 -
System Red Green Blue C M Y K H S L
Decimal 104 188 80 0.45 0 0.57 0.26 106.67 0.45 0.53
Hex 68 BC 50 2D 0 39 1A 6B 2D 35
Octal 150 274 120 55 0 71 32 153 55 65
Binary 1101000 10111100 1010000 101101 0 111001 11010 1101011 101101 110101

Color Harmonies of #68BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BC50

Black with #68BC50

Text Example


Text Example

White with #68BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,188,80); }

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

background-color css

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

 a { background-color: rgb(104,188,80); }

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

border-color css

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

 span { border-color: rgb(104,188,80); }

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