Html Css Color HEX #68CE42 Apple

📋 copy color: '#68CE42'

red 104 ◦ green 206 ◦ blue 66

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

Shades of Apple #68CE42

Tints of Apple #68CE42

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.79%

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

R = 27.66%
G = 54.79%
B = 17.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#68CE42 (or 0x68CE42) is known color: Apple. HEX triplet: 68, CE and 42. RGB value is (104,206,66). Sum of RGB (Red+Green+Blue) = 104+206+66=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #68CE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CE42 is #9731BD. Grayscale: #9F9F9F. Windows color (decimal): -9908670 or 4378216. OLE color: 4378216.

HSL color Cylindrical-coordinate representation of color #68CE42: hue angle of 103.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68CE42 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 206 66 -
CMYK 0.50 0 0.68 0.19
HSL 103.71º 0.59% 0.53% -
HSV(B) 103.71º 0.68% 0.81% -
XYZ 28.76 47.48 12.8 -
YUV 159.54 75.21 88.38 -
System Red Green Blue C M Y K H S L
Decimal 104 206 66 0.50 0 0.68 0.19 103.71 0.59 0.53
Hex 68 CE 42 32 0 44 13 68 3B 35
Octal 150 316 102 62 0 104 23 150 73 65
Binary 1101000 11001110 1000010 110010 0 1000100 10011 1101000 111011 110101

Color Harmonies of #68CE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CE42

Black with #68CE42

Text Example


Text Example

White with #68CE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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