Html Css Color HEX #68CD41 Apple

📋 copy color: '#68CD41'

red 104 ◦ green 205 ◦ blue 65

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

Shades of Apple #68CD41

Tints of Apple #68CD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.38%

R = 27.81%
G = 54.81%
B = 17.38%

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

#68CD41 (or 0x68CD41) is known color: Apple. HEX triplet: 68, CD and 41. RGB value is (104,205,65). Sum of RGB (Red+Green+Blue) = 104+205+65=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CD41 is #9732BE. Grayscale: #9F9F9F. Windows color (decimal): -9908927 or 4312424. OLE color: 4312424.

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

Color convert

RGB 104 205 65 -
CMYK 0.49 0 0.68 0.20
HSL 103.29º 0.58% 0.53% -
HSV(B) 103.29º 0.68% 0.8% -
XYZ 28.49 46.99 12.57 -
YUV 158.84 75.04 88.88 -
System Red Green Blue C M Y K H S L
Decimal 104 205 65 0.49 0 0.68 0.20 103.29 0.58 0.53
Hex 68 CD 41 31 0 44 14 67 3A 35
Octal 150 315 101 61 0 104 24 147 72 65
Binary 1101000 11001101 1000001 110001 0 1000100 10100 1100111 111010 110101

Color Harmonies of #68CD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CD41

Black with #68CD41

Text Example


Text Example

White with #68CD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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