Html Css Color HEX #61C146 Apple

📋 copy color: '#61C146'

red 97 ◦ green 193 ◦ blue 70

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

Shades of Apple #61C146

Tints of Apple #61C146

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.61%

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 26.94%
G = 53.61%
B = 19.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#61C146 (or 0x61C146) is known color: Apple. HEX triplet: 61, C1 and 46. RGB value is (97,193,70). Sum of RGB (Red+Green+Blue) = 97+193+70=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #61C146 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C146 is #9E3EB9. Grayscale: #969696. Windows color (decimal): -10370746 or 4637025. OLE color: 4637025.

HSL color Cylindrical-coordinate representation of color #61C146: hue angle of 106.83º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61C146 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 193 70 -
CMYK 0.50 0 0.64 0.24
HSL 106.83º 0.5% 0.52% -
HSV(B) 106.83º 0.64% 0.76% -
XYZ 25.11 41.12 12.41 -
YUV 150.27 82.7 90 -
System Red Green Blue C M Y K H S L
Decimal 97 193 70 0.50 0 0.64 0.24 106.83 0.5 0.52
Hex 61 C1 46 32 0 40 18 6B 32 34
Octal 141 301 106 62 0 100 30 153 62 64
Binary 1100001 11000001 1000110 110010 0 1000000 11000 1101011 110010 110100

Color Harmonies of #61C146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C146

Black with #61C146

Text Example


Text Example

White with #61C146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,193,70); }

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

background-color css

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

 a { background-color: rgb(97,193,70); }

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

border-color css

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

 span { border-color: rgb(97,193,70); }

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