Html Css Color HEX #68DD36 Apple

📋 copy color: '#68DD36'

red 104 ◦ green 221 ◦ blue 54

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

Shades of Apple #68DD36

Tints of Apple #68DD36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.25%

R = 27.44%
G = 58.31%
B = 14.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#68DD36 (or 0x68DD36) is known color: Apple. HEX triplet: 68, DD and 36. RGB value is (104,221,54). Sum of RGB (Red+Green+Blue) = 104+221+54=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DD36 is #9722C9. Grayscale: #A7A7A7. Windows color (decimal): -9904842 or 3595624. OLE color: 3595624.

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

Color convert

RGB 104 221 54 -
CMYK 0.53 0 0.76 0.13
HSL 102.04º 0.71% 0.54% -
HSV(B) 102.04º 0.76% 0.87% -
XYZ 32.23 54.92 12.39 -
YUV 166.98 64.24 83.08 -
System Red Green Blue C M Y K H S L
Decimal 104 221 54 0.53 0 0.76 0.13 102.04 0.71 0.54
Hex 68 DD 36 35 0 4C D 66 47 36
Octal 150 335 66 65 0 114 15 146 107 66
Binary 1101000 11011101 110110 110101 0 1001100 1101 1100110 1000111 110110

Color Harmonies of #68DD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DD36

Black with #68DD36

Text Example


Text Example

White with #68DD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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