Html Css Color HEX #68DD41 Apple

📋 copy color: '#68DD41'

red 104 ◦ green 221 ◦ blue 65

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

Shades of Apple #68DD41

Tints of Apple #68DD41

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.67%

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

R = 26.67%
G = 56.67%
B = 16.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#68DD41 (or 0x68DD41) is known color: Apple. HEX triplet: 68, DD and 41. RGB value is (104,221,65). Sum of RGB (Red+Green+Blue) = 104+221+65=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DD41 is #9722BE. Grayscale: #A8A8A8. Windows color (decimal): -9904831 or 4316520. OLE color: 4316520.

HSL color Cylindrical-coordinate representation of color #68DD41: hue angle of 105º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68DD41 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 221 65 -
CMYK 0.53 0 0.71 0.13
HSL 105º 0.7% 0.56% -
HSV(B) 105º 0.71% 0.87% -
XYZ 32.52 55.04 13.91 -
YUV 168.23 69.74 82.18 -
System Red Green Blue C M Y K H S L
Decimal 104 221 65 0.53 0 0.71 0.13 105 0.7 0.56
Hex 68 DD 41 35 0 47 D 69 46 38
Octal 150 335 101 65 0 107 15 151 106 70
Binary 1101000 11011101 1000001 110101 0 1000111 1101 1101001 1000110 111000

Color Harmonies of #68DD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DD41

Black with #68DD41

Text Example


Text Example

White with #68DD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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