Html Css Color HEX #61BA46 Apple

📋 copy color: '#61BA46'

red 97 ◦ green 186 ◦ blue 70

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

Shades of Apple #61BA46

Tints of Apple #61BA46

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.69%

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

R = 27.48%
G = 52.69%
B = 19.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#61BA46 (or 0x61BA46) is known color: Apple. HEX triplet: 61, BA and 46. RGB value is (97,186,70). Sum of RGB (Red+Green+Blue) = 97+186+70=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BA46 is #9E45B9. Grayscale: #929292. Windows color (decimal): -10372538 or 4635233. OLE color: 4635233.

HSL color Cylindrical-coordinate representation of color #61BA46: hue angle of 106.03º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61BA46 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 186 70 -
CMYK 0.48 0 0.62 0.27
HSL 106.03º 0.46% 0.5% -
HSV(B) 106.03º 0.62% 0.73% -
XYZ 23.59 38.1 11.91 -
YUV 146.17 85.01 92.93 -
System Red Green Blue C M Y K H S L
Decimal 97 186 70 0.48 0 0.62 0.27 106.03 0.46 0.5
Hex 61 BA 46 30 0 3E 1B 6A 2E 32
Octal 141 272 106 60 0 76 33 152 56 62
Binary 1100001 10111010 1000110 110000 0 111110 11011 1101010 101110 110010

Color Harmonies of #61BA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BA46

Black with #61BA46

Text Example


Text Example

White with #61BA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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