Html Css Color HEX #68CE48 Apple

📋 copy color: '#68CE48'

red 104 ◦ green 206 ◦ blue 72

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

Shades of Apple #68CE48

Tints of Apple #68CE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.93%

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

R = 27.23%
G = 53.93%
B = 18.85%

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

#68CE48 (or 0x68CE48) is known color: Apple. HEX triplet: 68, CE and 48. RGB value is (104,206,72). Sum of RGB (Red+Green+Blue) = 104+206+72=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #68CE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CE48 is #9731B7. Grayscale: #A0A0A0. Windows color (decimal): -9908664 or 4771432. OLE color: 4771432.

HSL color Cylindrical-coordinate representation of color #68CE48: hue angle of 105.67º 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 #68CE48 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 206 72 -
CMYK 0.50 0 0.65 0.19
HSL 105.67º 0.58% 0.55% -
HSV(B) 105.67º 0.65% 0.81% -
XYZ 28.95 47.55 13.78 -
YUV 160.23 78.21 87.9 -
System Red Green Blue C M Y K H S L
Decimal 104 206 72 0.50 0 0.65 0.19 105.67 0.58 0.55
Hex 68 CE 48 32 0 41 13 6A 3A 37
Octal 150 316 110 62 0 101 23 152 72 67
Binary 1101000 11001110 1001000 110010 0 1000001 10011 1101010 111010 110111

Color Harmonies of #68CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CE48

Black with #68CE48

Text Example


Text Example

White with #68CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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