Html Css Color HEX #68C52C Apple

📋 copy color: '#68C52C'

red 104 ◦ green 197 ◦ blue 44

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

Shades of Apple #68C52C

Tints of Apple #68C52C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.1%

 BLUE value IS 44 (17.58% from 255) = 12.75%

R = 30.14%
G = 57.1%
B = 12.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#68C52C (or 0x68C52C) is known color: Apple. HEX triplet: 68, C5 and 2C. RGB value is (104,197,44). Sum of RGB (Red+Green+Blue) = 104+197+44=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #68C52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C52C is #973AD3. Grayscale: #989898. Windows color (decimal): -9910996 or 2934120. OLE color: 2934120.

HSL color Cylindrical-coordinate representation of color #68C52C: hue angle of 96.47º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68C52C is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 197 44 -
CMYK 0.47 0 0.78 0.23
HSL 96.47º 0.63% 0.47% -
HSV(B) 96.47º 0.78% 0.77% -
XYZ 26.13 43.06 9.32 -
YUV 151.75 67.19 93.94 -
System Red Green Blue C M Y K H S L
Decimal 104 197 44 0.47 0 0.78 0.23 96.47 0.63 0.47
Hex 68 C5 2C 2F 0 4E 17 60 3F 2F
Octal 150 305 54 57 0 116 27 140 77 57
Binary 1101000 11000101 101100 101111 0 1001110 10111 1100000 111111 101111

Color Harmonies of #68C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C52C

Black with #68C52C

Text Example


Text Example

White with #68C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,197,44); }

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

background-color css

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

 a { background-color: rgb(104,197,44); }

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

border-color css

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

 span { border-color: rgb(104,197,44); }

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