Html Css Color HEX #68CF48 Apple

📋 copy color: '#68CF48'

red 104 ◦ green 207 ◦ blue 72

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

Shades of Apple #68CF48

Tints of Apple #68CF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.05%

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

R = 27.15%
G = 54.05%
B = 18.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#68CF48 (or 0x68CF48) is known color: Apple. HEX triplet: 68, CF and 48. RGB value is (104,207,72). Sum of RGB (Red+Green+Blue) = 104+207+72=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CF48 is #9730B7. Grayscale: #A1A1A1. Windows color (decimal): -9908408 or 4771688. OLE color: 4771688.

HSL color Cylindrical-coordinate representation of color #68CF48: hue angle of 105.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68CF48 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 207 72 -
CMYK 0.50 0 0.65 0.19
HSL 105.78º 0.58% 0.55% -
HSV(B) 105.78º 0.65% 0.81% -
XYZ 29.19 48.04 13.86 -
YUV 160.81 77.88 87.48 -
System Red Green Blue C M Y K H S L
Decimal 104 207 72 0.50 0 0.65 0.19 105.78 0.58 0.55
Hex 68 CF 48 32 0 41 13 6A 3A 37
Octal 150 317 110 62 0 101 23 152 72 67
Binary 1101000 11001111 1001000 110010 0 1000001 10011 1101010 111010 110111

Color Harmonies of #68CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CF48

Black with #68CF48

Text Example


Text Example

White with #68CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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