Html Css Color HEX #68DB34 Apple

📋 copy color: '#68DB34'

red 104 ◦ green 219 ◦ blue 52

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

Shades of Apple #68DB34

Tints of Apple #68DB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.87%

R = 27.73%
G = 58.4%
B = 13.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#68DB34 (or 0x68DB34) is known color: Apple. HEX triplet: 68, DB and 34. RGB value is (104,219,52). Sum of RGB (Red+Green+Blue) = 104+219+52=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 219 (85.94% from 255 or 58.4% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DB34 is #9724CB. Grayscale: #A6A6A6. Windows color (decimal): -9905356 or 3464040. OLE color: 3464040.

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

Color convert

RGB 104 219 52 -
CMYK 0.53 0 0.76 0.14
HSL 101.32º 0.7% 0.53% -
HSV(B) 101.32º 0.76% 0.86% -
XYZ 31.66 53.85 11.98 -
YUV 165.58 63.9 84.08 -
System Red Green Blue C M Y K H S L
Decimal 104 219 52 0.53 0 0.76 0.14 101.32 0.7 0.53
Hex 68 DB 34 35 0 4C E 65 46 35
Octal 150 333 64 65 0 114 16 145 106 65
Binary 1101000 11011011 110100 110101 0 1001100 1110 1100101 1000110 110101

Color Harmonies of #68DB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DB34

Black with #68DB34

Text Example


Text Example

White with #68DB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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