Html Css Color HEX #68CC40 Apple

📋 copy color: '#68CC40'

red 104 ◦ green 204 ◦ blue 64

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

Shades of Apple #68CC40

Tints of Apple #68CC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.84%

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

R = 27.96%
G = 54.84%
B = 17.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#68CC40 (or 0x68CC40) is known color: Apple. HEX triplet: 68, CC and 40. RGB value is (104,204,64). Sum of RGB (Red+Green+Blue) = 104+204+64=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CC40 is #9733BF. Grayscale: #9E9E9E. Windows color (decimal): -9909184 or 4246632. OLE color: 4246632.

HSL color Cylindrical-coordinate representation of color #68CC40: hue angle of 102.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68CC40 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 204 64 -
CMYK 0.49 0 0.69 0.2
HSL 102.86º 0.58% 0.53% -
HSV(B) 102.86º 0.69% 0.8% -
XYZ 28.23 46.5 12.34 -
YUV 158.14 74.87 89.38 -
System Red Green Blue C M Y K H S L
Decimal 104 204 64 0.49 0 0.69 0.2 102.86 0.58 0.53
Hex 68 CC 40 31 0 45 14 67 3A 35
Octal 150 314 100 61 0 105 24 147 72 65
Binary 1101000 11001100 1000000 110001 0 1000101 10100 1100111 111010 110101

Color Harmonies of #68CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CC40

Black with #68CC40

Text Example


Text Example

White with #68CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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