Html Css Color HEX #68CD40 Apple

📋 copy color: '#68CD40'

red 104 ◦ green 205 ◦ blue 64

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

Shades of Apple #68CD40

Tints of Apple #68CD40

RGB

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

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

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

R = 27.88%
G = 54.96%
B = 17.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#68CD40 (or 0x68CD40) is known color: Apple. HEX triplet: 68, CD and 40. RGB value is (104,205,64). Sum of RGB (Red+Green+Blue) = 104+205+64=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CD40 is #9732BF. Grayscale: #9F9F9F. Windows color (decimal): -9908928 or 4246888. OLE color: 4246888.

HSL color Cylindrical-coordinate representation of color #68CD40: hue angle of 102.98º degrees, saturation: 0.59, 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 #68CD40 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 205 64 -
CMYK 0.49 0 0.69 0.20
HSL 102.98º 0.59% 0.53% -
HSV(B) 102.98º 0.69% 0.8% -
XYZ 28.47 46.98 12.42 -
YUV 158.73 74.54 88.96 -
System Red Green Blue C M Y K H S L
Decimal 104 205 64 0.49 0 0.69 0.20 102.98 0.59 0.53
Hex 68 CD 40 31 0 45 14 67 3B 35
Octal 150 315 100 61 0 105 24 147 73 65
Binary 1101000 11001101 1000000 110001 0 1000101 10100 1100111 111011 110101

Color Harmonies of #68CD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CD40

Black with #68CD40

Text Example


Text Example

White with #68CD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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