Html Css Color HEX #68CA48 Apple

📋 copy color: '#68CA48'

red 104 ◦ green 202 ◦ blue 72

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

Shades of Apple #68CA48

Tints of Apple #68CA48

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.44%

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

R = 27.51%
G = 53.44%
B = 19.05%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#68CA48 (or 0x68CA48) is known color: Apple. HEX triplet: 68, CA and 48. RGB value is (104,202,72). Sum of RGB (Red+Green+Blue) = 104+202+72=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CA48 is #9735B7. Grayscale: #9E9E9E. Windows color (decimal): -9909688 or 4770408. OLE color: 4770408.

HSL color Cylindrical-coordinate representation of color #68CA48: hue angle of 105.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68CA48 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 202 72 -
CMYK 0.49 0 0.64 0.21
HSL 105.23º 0.55% 0.54% -
HSV(B) 105.23º 0.64% 0.79% -
XYZ 28 45.65 13.47 -
YUV 157.88 79.53 89.57 -
System Red Green Blue C M Y K H S L
Decimal 104 202 72 0.49 0 0.64 0.21 105.23 0.55 0.54
Hex 68 CA 48 31 0 40 15 69 37 36
Octal 150 312 110 61 0 100 25 151 67 66
Binary 1101000 11001010 1001000 110001 0 1000000 10101 1101001 110111 110110

Color Harmonies of #68CA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CA48

Black with #68CA48

Text Example


Text Example

White with #68CA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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