Html Css Color HEX #68D44C Apple

📋 copy color: '#68D44C'

red 104 ◦ green 212 ◦ blue 76

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

Shades of Apple #68D44C

Tints of Apple #68D44C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.08%

 BLUE value IS 76 (30.08% from 255) = 19.39%

R = 26.53%
G = 54.08%
B = 19.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#68D44C (or 0x68D44C) is known color: Apple. HEX triplet: 68, D4 and 4C. RGB value is (104,212,76). Sum of RGB (Red+Green+Blue) = 104+212+76=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 212 (83.20% from 255 or 54.08% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 212 - color contains mainly: green. Hex color #68D44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D44C is #972BB3. Grayscale: #A4A4A4. Windows color (decimal): -9907124 or 5035112. OLE color: 5035112.

HSL color Cylindrical-coordinate representation of color #68D44C: hue angle of 107.65º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68D44C is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 212 76 -
CMYK 0.51 0 0.64 0.17
HSL 107.65º 0.61% 0.56% -
HSV(B) 107.65º 0.64% 0.83% -
XYZ 30.56 50.55 14.98 -
YUV 164.2 78.22 85.06 -
System Red Green Blue C M Y K H S L
Decimal 104 212 76 0.51 0 0.64 0.17 107.65 0.61 0.56
Hex 68 D4 4C 33 0 40 11 6C 3D 38
Octal 150 324 114 63 0 100 21 154 75 70
Binary 1101000 11010100 1001100 110011 0 1000000 10001 1101100 111101 111000

Color Harmonies of #68D44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D44C

Black with #68D44C

Text Example


Text Example

White with #68D44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,212,76); }

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

background-color css

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

 a { background-color: rgb(104,212,76); }

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

border-color css

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

 span { border-color: rgb(104,212,76); }

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