Html Css Color HEX #68D132 Apple

📋 copy color: '#68D132'

red 104 ◦ green 209 ◦ blue 50

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

Shades of Apple #68D132

Tints of Apple #68D132

RGB

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

 GREEN value IS 209 (82.03% from 255) = 57.58%

 BLUE value IS 50 (19.92% from 255) = 13.77%

R = 28.65%
G = 57.58%
B = 13.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#68D132 (or 0x68D132) is known color: Apple. HEX triplet: 68, D1 and 32. RGB value is (104,209,50). Sum of RGB (Red+Green+Blue) = 104+209+50=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #68D132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D132 is #972ECD. Grayscale: #A0A0A0. Windows color (decimal): -9907918 or 3330408. OLE color: 3330408.

HSL color Cylindrical-coordinate representation of color #68D132: hue angle of 99.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68D132 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 209 50 -
CMYK 0.50 0 0.76 0.18
HSL 99.62º 0.63% 0.51% -
HSV(B) 99.62º 0.76% 0.82% -
XYZ 29.09 48.77 10.9 -
YUV 159.48 66.21 88.43 -
System Red Green Blue C M Y K H S L
Decimal 104 209 50 0.50 0 0.76 0.18 99.62 0.63 0.51
Hex 68 D1 32 32 0 4C 12 64 3F 33
Octal 150 321 62 62 0 114 22 144 77 63
Binary 1101000 11010001 110010 110010 0 1001100 10010 1100100 111111 110011

Color Harmonies of #68D132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D132

Black with #68D132

Text Example


Text Example

White with #68D132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,209,50); }

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

background-color css

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

 a { background-color: rgb(104,209,50); }

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

border-color css

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

 span { border-color: rgb(104,209,50); }

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