Html Css Color HEX #68DD46 Apple

📋 copy color: '#68DD46'

red 104 ◦ green 221 ◦ blue 70

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

Shades of Apple #68DD46

Tints of Apple #68DD46

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.95%

 BLUE value IS 70 (27.73% from 255) = 17.72%

R = 26.33%
G = 55.95%
B = 17.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#68DD46 (or 0x68DD46) is known color: Apple. HEX triplet: 68, DD and 46. RGB value is (104,221,70). Sum of RGB (Red+Green+Blue) = 104+221+70=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DD46 is #9722B9. Grayscale: #A9A9A9. Windows color (decimal): -9904826 or 4644200. OLE color: 4644200.

HSL color Cylindrical-coordinate representation of color #68DD46: hue angle of 106.49º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68DD46 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 221 70 -
CMYK 0.53 0 0.68 0.13
HSL 106.49º 0.69% 0.57% -
HSV(B) 106.49º 0.68% 0.87% -
XYZ 32.67 55.1 14.71 -
YUV 168.8 72.24 81.78 -
System Red Green Blue C M Y K H S L
Decimal 104 221 70 0.53 0 0.68 0.13 106.49 0.69 0.57
Hex 68 DD 46 35 0 44 D 6A 45 39
Octal 150 335 106 65 0 104 15 152 105 71
Binary 1101000 11011101 1000110 110101 0 1000100 1101 1101010 1000101 111001

Color Harmonies of #68DD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DD46

Black with #68DD46

Text Example


Text Example

White with #68DD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,221,70); }

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

background-color css

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

 a { background-color: rgb(104,221,70); }

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

border-color css

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

 span { border-color: rgb(104,221,70); }

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