Html Css Color HEX #68BF50 Apple

📋 copy color: '#68BF50'

red 104 ◦ green 191 ◦ blue 80

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

Shades of Apple #68BF50

Tints of Apple #68BF50

RGB

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

 GREEN value IS 191 (75% from 255) = 50.93%

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

R = 27.73%
G = 50.93%
B = 21.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#68BF50 (or 0x68BF50) is known color: Apple. HEX triplet: 68, BF and 50. RGB value is (104,191,80). Sum of RGB (Red+Green+Blue) = 104+191+80=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BF50 is #9740AF. Grayscale: #989898. Windows color (decimal): -9912496 or 5291880. OLE color: 5291880.

HSL color Cylindrical-coordinate representation of color #68BF50: hue angle of 107.03º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68BF50 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 191 80 -
CMYK 0.46 0 0.58 0.25
HSL 107.03º 0.46% 0.53% -
HSV(B) 107.03º 0.58% 0.75% -
XYZ 25.79 40.78 14.1 -
YUV 152.33 87.18 93.53 -
System Red Green Blue C M Y K H S L
Decimal 104 191 80 0.46 0 0.58 0.25 107.03 0.46 0.53
Hex 68 BF 50 2E 0 3A 19 6B 2E 35
Octal 150 277 120 56 0 72 31 153 56 65
Binary 1101000 10111111 1010000 101110 0 111010 11001 1101011 101110 110101

Color Harmonies of #68BF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BF50

Black with #68BF50

Text Example


Text Example

White with #68BF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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