Html Css Color HEX #68D932 Apple

📋 copy color: '#68D932'

red 104 ◦ green 217 ◦ blue 50

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

Shades of Apple #68D932

Tints of Apple #68D932

RGB

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

 GREEN value IS 217 (85.16% from 255) = 58.49%

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

R = 28.03%
G = 58.49%
B = 13.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#68D932 (or 0x68D932) is known color: Apple. HEX triplet: 68, D9 and 32. RGB value is (104,217,50). Sum of RGB (Red+Green+Blue) = 104+217+50=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #68D932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D932 is #9726CD. Grayscale: #A4A4A4. Windows color (decimal): -9905870 or 3332456. OLE color: 3332456.

HSL color Cylindrical-coordinate representation of color #68D932: hue angle of 100.6º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68D932 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 217 50 -
CMYK 0.52 0 0.77 0.15
HSL 100.6º 0.69% 0.52% -
HSV(B) 100.6º 0.77% 0.85% -
XYZ 31.1 52.8 11.57 -
YUV 164.18 63.56 85.08 -
System Red Green Blue C M Y K H S L
Decimal 104 217 50 0.52 0 0.77 0.15 100.6 0.69 0.52
Hex 68 D9 32 34 0 4D F 65 45 34
Octal 150 331 62 64 0 115 17 145 105 64
Binary 1101000 11011001 110010 110100 0 1001101 1111 1100101 1000101 110100

Color Harmonies of #68D932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D932

Black with #68D932

Text Example


Text Example

White with #68D932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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