Html Css Color HEX #68BC3F Apple

📋 copy color: '#68BC3F'

red 104 ◦ green 188 ◦ blue 63

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

Shades of Apple #68BC3F

Tints of Apple #68BC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.75%

R = 29.3%
G = 52.96%
B = 17.75%

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

#68BC3F (or 0x68BC3F) is known color: Apple. HEX triplet: 68, BC and 3F. RGB value is (104,188,63). Sum of RGB (Red+Green+Blue) = 104+188+63=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BC3F is #9743C0. Grayscale: #959595. Windows color (decimal): -9913281 or 4177000. OLE color: 4177000.

HSL color Cylindrical-coordinate representation of color #68BC3F: hue angle of 100.32º degrees, saturation: 0.5, 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 #68BC3F is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 188 63 -
CMYK 0.45 0 0.66 0.26
HSL 100.32º 0.5% 0.49% -
HSV(B) 100.32º 0.66% 0.74% -
XYZ 24.59 39.27 10.99 -
YUV 148.63 79.67 96.16 -
System Red Green Blue C M Y K H S L
Decimal 104 188 63 0.45 0 0.66 0.26 100.32 0.5 0.49
Hex 68 BC 3F 2D 0 42 1A 64 32 31
Octal 150 274 77 55 0 102 32 144 62 61
Binary 1101000 10111100 111111 101101 0 1000010 11010 1100100 110010 110001

Color Harmonies of #68BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BC3F

Black with #68BC3F

Text Example


Text Example

White with #68BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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