Html Css Color HEX #68D44A Apple

📋 copy color: '#68D44A'

red 104 ◦ green 212 ◦ blue 74

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

Shades of Apple #68D44A

Tints of Apple #68D44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.97%

R = 26.67%
G = 54.36%
B = 18.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#68D44A (or 0x68D44A) is known color: Apple. HEX triplet: 68, D4 and 4A. RGB value is (104,212,74). Sum of RGB (Red+Green+Blue) = 104+212+74=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 212 (83.20% from 255 or 54.36% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 212 - color contains mainly: green. Hex color #68D44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D44A is #972BB5. Grayscale: #A4A4A4. Windows color (decimal): -9907126 or 4904040. OLE color: 4904040.

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

Color convert

RGB 104 212 74 -
CMYK 0.51 0 0.65 0.17
HSL 106.96º 0.62% 0.56% -
HSV(B) 106.96º 0.65% 0.83% -
XYZ 30.49 50.52 14.62 -
YUV 163.98 77.22 85.22 -
System Red Green Blue C M Y K H S L
Decimal 104 212 74 0.51 0 0.65 0.17 106.96 0.62 0.56
Hex 68 D4 4A 33 0 41 11 6B 3E 38
Octal 150 324 112 63 0 101 21 153 76 70
Binary 1101000 11010100 1001010 110011 0 1000001 10001 1101011 111110 111000

Color Harmonies of #68D44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D44A

Black with #68D44A

Text Example


Text Example

White with #68D44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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