Html Css Color HEX #68D04A Apple

📋 copy color: '#68D04A'

red 104 ◦ green 208 ◦ blue 74

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

Shades of Apple #68D04A

Tints of Apple #68D04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.89%

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

R = 26.94%
G = 53.89%
B = 19.17%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#68D04A (or 0x68D04A) is known color: Apple. HEX triplet: 68, D0 and 4A. RGB value is (104,208,74). Sum of RGB (Red+Green+Blue) = 104+208+74=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #68D04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D04A is #972FB5. Grayscale: #A2A2A2. Windows color (decimal): -9908150 or 4903016. OLE color: 4903016.

HSL color Cylindrical-coordinate representation of color #68D04A: hue angle of 106.57º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68D04A is Cyan = 0.5, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 208 74 -
CMYK 0.5 0 0.64 0.18
HSL 106.57º 0.59% 0.55% -
HSV(B) 106.57º 0.64% 0.82% -
XYZ 29.5 48.55 14.29 -
YUV 161.63 78.54 86.9 -
System Red Green Blue C M Y K H S L
Decimal 104 208 74 0.5 0 0.64 0.18 106.57 0.59 0.55
Hex 68 D0 4A 32 0 40 12 6B 3B 37
Octal 150 320 112 62 0 100 22 153 73 67
Binary 1101000 11010000 1001010 110010 0 1000000 10010 1101011 111011 110111

Color Harmonies of #68D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D04A

Black with #68D04A

Text Example


Text Example

White with #68D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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