Html Css Color HEX #61C056 Apple

📋 copy color: '#61C056'

red 97 ◦ green 192 ◦ blue 86

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

Shades of Apple #61C056

Tints of Apple #61C056

RGB

 RED value IS 97 (38.28% from 255) = 25.87%

 GREEN value IS 192 (75.39% from 255) = 51.2%

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 25.87%
G = 51.2%
B = 22.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#61C056 (or 0x61C056) is known color: Apple. HEX triplet: 61, C0 and 56. RGB value is (97,192,86). Sum of RGB (Red+Green+Blue) = 97+192+86=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #61C056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C056 is #9E3FA9. Grayscale: #979797. Windows color (decimal): -10370986 or 5685345. OLE color: 5685345.

HSL color Cylindrical-coordinate representation of color #61C056: hue angle of 113.77º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61C056 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 192 86 -
CMYK 0.49 0 0.55 0.25
HSL 113.77º 0.46% 0.55% -
HSV(B) 113.77º 0.55% 0.75% -
XYZ 25.46 40.91 15.36 -
YUV 151.51 91.03 89.12 -
System Red Green Blue C M Y K H S L
Decimal 97 192 86 0.49 0 0.55 0.25 113.77 0.46 0.55
Hex 61 C0 56 31 0 37 19 72 2E 37
Octal 141 300 126 61 0 67 31 162 56 67
Binary 1100001 11000000 1010110 110001 0 110111 11001 1110010 101110 110111

Color Harmonies of #61C056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C056

Black with #61C056

Text Example


Text Example

White with #61C056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61C056; }

 p { color: rgb(97,192,86); }

 H1.HeaderClassName
 {
   color: #61C056;
 }
 .AnyTagClassName
 {
   color: #61C056;
 }
</style>

background-color css

<style>
 a { background-color: #61C056; }

 a { background-color: rgb(97,192,86); }

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

border-color css

<style>
 span { border-color: #61C056; }

 span { border-color: rgb(97,192,86); }

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