Html Css Color HEX #68E142 Apple

📋 copy color: '#68E142'

red 104 ◦ green 225 ◦ blue 66

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

Shades of Apple #68E142

Tints of Apple #68E142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.71%

R = 26.33%
G = 56.96%
B = 16.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#68E142 (or 0x68E142) is known color: Apple. HEX triplet: 68, E1 and 42. RGB value is (104,225,66). Sum of RGB (Red+Green+Blue) = 104+225+66=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 225 (88.28% from 255 or 56.96% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 225 - color contains mainly: green. Hex color #68E142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E142 is #971EBD. Grayscale: #ABABAB. Windows color (decimal): -9903806 or 4383080. OLE color: 4383080.

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

Color convert

RGB 104 225 66 -
CMYK 0.54 0 0.71 0.12
HSL 105.66º 0.73% 0.57% -
HSV(B) 105.66º 0.71% 0.88% -
XYZ 33.62 57.19 14.42 -
YUV 170.7 68.91 80.43 -
System Red Green Blue C M Y K H S L
Decimal 104 225 66 0.54 0 0.71 0.12 105.66 0.73 0.57
Hex 68 E1 42 36 0 47 C 6A 49 39
Octal 150 341 102 66 0 107 14 152 111 71
Binary 1101000 11100001 1000010 110110 0 1000111 1100 1101010 1001001 111001

Color Harmonies of #68E142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E142

Black with #68E142

Text Example


Text Example

White with #68E142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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