Html Css Color HEX #68E140 Apple

📋 copy color: '#68E140'

red 104 ◦ green 225 ◦ blue 64

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

Shades of Apple #68E140

Tints of Apple #68E140

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.25%

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

R = 26.46%
G = 57.25%
B = 16.28%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#68E140 (or 0x68E140) is known color: Apple. HEX triplet: 68, E1 and 40. RGB value is (104,225,64). Sum of RGB (Red+Green+Blue) = 104+225+64=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 225 (88.28% from 255 or 57.25% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 225 - color contains mainly: green. Hex color #68E140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E140 is #971EBF. Grayscale: #AAAAAA. Windows color (decimal): -9903808 or 4252008. OLE color: 4252008.

HSL color Cylindrical-coordinate representation of color #68E140: hue angle of 105.09º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68E140 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 225 64 -
CMYK 0.54 0 0.72 0.12
HSL 105.09º 0.73% 0.57% -
HSV(B) 105.09º 0.72% 0.88% -
XYZ 33.56 57.16 14.12 -
YUV 170.47 67.91 80.59 -
System Red Green Blue C M Y K H S L
Decimal 104 225 64 0.54 0 0.72 0.12 105.09 0.73 0.57
Hex 68 E1 40 36 0 48 C 69 49 39
Octal 150 341 100 66 0 110 14 151 111 71
Binary 1101000 11100001 1000000 110110 0 1001000 1100 1101001 1001001 111001

Color Harmonies of #68E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E140

Black with #68E140

Text Example


Text Example

White with #68E140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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