Html Css Color HEX #68BF48 Apple

📋 copy color: '#68BF48'

red 104 ◦ green 191 ◦ blue 72

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

Shades of Apple #68BF48

Tints of Apple #68BF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.62%

R = 28.34%
G = 52.04%
B = 19.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#68BF48 (or 0x68BF48) is known color: Apple. HEX triplet: 68, BF and 48. RGB value is (104,191,72). Sum of RGB (Red+Green+Blue) = 104+191+72=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BF48 is #9740B7. Grayscale: #979797. Windows color (decimal): -9912504 or 4767592. OLE color: 4767592.

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

Color convert

RGB 104 191 72 -
CMYK 0.46 0 0.62 0.25
HSL 103.87º 0.48% 0.52% -
HSV(B) 103.87º 0.62% 0.75% -
XYZ 25.51 40.67 12.64 -
YUV 151.42 83.18 94.18 -
System Red Green Blue C M Y K H S L
Decimal 104 191 72 0.46 0 0.62 0.25 103.87 0.48 0.52
Hex 68 BF 48 2E 0 3E 19 68 30 34
Octal 150 277 110 56 0 76 31 150 60 64
Binary 1101000 10111111 1001000 101110 0 111110 11001 1101000 110000 110100

Color Harmonies of #68BF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BF48

Black with #68BF48

Text Example


Text Example

White with #68BF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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