Html Css Color HEX #68BC40 Apple

📋 copy color: '#68BC40'

red 104 ◦ green 188 ◦ blue 64

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

Shades of Apple #68BC40

Tints of Apple #68BC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 29.21%
G = 52.81%
B = 17.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#68BC40 (or 0x68BC40) is known color: Apple. HEX triplet: 68, BC and 40. RGB value is (104,188,64). Sum of RGB (Red+Green+Blue) = 104+188+64=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BC40 is #9743BF. Grayscale: #959595. Windows color (decimal): -9913280 or 4242536. OLE color: 4242536.

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

Color convert

RGB 104 188 64 -
CMYK 0.45 0 0.66 0.26
HSL 100.65º 0.49% 0.49% -
HSV(B) 100.65º 0.66% 0.74% -
XYZ 24.62 39.28 11.13 -
YUV 148.75 80.17 96.08 -
System Red Green Blue C M Y K H S L
Decimal 104 188 64 0.45 0 0.66 0.26 100.65 0.49 0.49
Hex 68 BC 40 2D 0 42 1A 65 31 31
Octal 150 274 100 55 0 102 32 145 61 61
Binary 1101000 10111100 1000000 101101 0 1000010 11010 1100101 110001 110001

Color Harmonies of #68BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BC40

Black with #68BC40

Text Example


Text Example

White with #68BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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