Html Css Color HEX #68D040 Apple

📋 copy color: '#68D040'

red 104 ◦ green 208 ◦ blue 64

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

Shades of Apple #68D040

Tints of Apple #68D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.32%

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 27.66%
G = 55.32%
B = 17.02%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#68D040 (or 0x68D040) is known color: Apple. HEX triplet: 68, D0 and 40. RGB value is (104,208,64). Sum of RGB (Red+Green+Blue) = 104+208+64=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #68D040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D040 is #972FBF. Grayscale: #A0A0A0. Windows color (decimal): -9908160 or 4247656. OLE color: 4247656.

HSL color Cylindrical-coordinate representation of color #68D040: hue angle of 103.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68D040 is Cyan = 0.5, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 208 64 -
CMYK 0.5 0 0.69 0.18
HSL 103.33º 0.61% 0.53% -
HSV(B) 103.33º 0.69% 0.82% -
XYZ 29.19 48.42 12.66 -
YUV 160.49 73.54 87.71 -
System Red Green Blue C M Y K H S L
Decimal 104 208 64 0.5 0 0.69 0.18 103.33 0.61 0.53
Hex 68 D0 40 32 0 45 12 67 3D 35
Octal 150 320 100 62 0 105 22 147 75 65
Binary 1101000 11010000 1000000 110010 0 1000101 10010 1100111 111101 110101

Color Harmonies of #68D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D040

Black with #68D040

Text Example


Text Example

White with #68D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,208,64); }

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

background-color css

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

 a { background-color: rgb(104,208,64); }

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

border-color css

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

 span { border-color: rgb(104,208,64); }

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