Html Css Color HEX #68DB48 Apple

📋 copy color: '#68DB48'

red 104 ◦ green 219 ◦ blue 72

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

Shades of Apple #68DB48

Tints of Apple #68DB48

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.44%

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

R = 26.33%
G = 55.44%
B = 18.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#68DB48 (or 0x68DB48) is known color: Apple. HEX triplet: 68, DB and 48. RGB value is (104,219,72). Sum of RGB (Red+Green+Blue) = 104+219+72=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DB48 is #9724B7. Grayscale: #A8A8A8. Windows color (decimal): -9905336 or 4774760. OLE color: 4774760.

HSL color Cylindrical-coordinate representation of color #68DB48: hue angle of 106.94º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68DB48 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 219 72 -
CMYK 0.53 0 0.67 0.14
HSL 106.94º 0.67% 0.57% -
HSV(B) 106.94º 0.67% 0.86% -
XYZ 32.21 54.07 14.87 -
YUV 167.86 73.9 82.45 -
System Red Green Blue C M Y K H S L
Decimal 104 219 72 0.53 0 0.67 0.14 106.94 0.67 0.57
Hex 68 DB 48 35 0 43 E 6B 43 39
Octal 150 333 110 65 0 103 16 153 103 71
Binary 1101000 11011011 1001000 110101 0 1000011 1110 1101011 1000011 111001

Color Harmonies of #68DB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DB48

Black with #68DB48

Text Example


Text Example

White with #68DB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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