Html Css Color HEX #68CD42 Apple

📋 copy color: '#68CD42'

red 104 ◦ green 205 ◦ blue 66

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

Shades of Apple #68CD42

Tints of Apple #68CD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.67%

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

R = 27.73%
G = 54.67%
B = 17.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#68CD42 (or 0x68CD42) is known color: Apple. HEX triplet: 68, CD and 42. RGB value is (104,205,66). Sum of RGB (Red+Green+Blue) = 104+205+66=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CD42 is #9732BD. Grayscale: #9F9F9F. Windows color (decimal): -9908926 or 4377960. OLE color: 4377960.

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

Color convert

RGB 104 205 66 -
CMYK 0.49 0 0.68 0.20
HSL 103.6º 0.58% 0.53% -
HSV(B) 103.6º 0.68% 0.8% -
XYZ 28.52 47 12.72 -
YUV 158.96 75.54 88.8 -
System Red Green Blue C M Y K H S L
Decimal 104 205 66 0.49 0 0.68 0.20 103.6 0.58 0.53
Hex 68 CD 42 31 0 44 14 68 3A 35
Octal 150 315 102 61 0 104 24 150 72 65
Binary 1101000 11001101 1000010 110001 0 1000100 10100 1101000 111010 110101

Color Harmonies of #68CD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CD42

Black with #68CD42

Text Example


Text Example

White with #68CD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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