Html Css Color HEX #61BA58 Apple

📋 copy color: '#61BA58'

red 97 ◦ green 186 ◦ blue 88

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

Shades of Apple #61BA58

Tints of Apple #61BA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.72%

R = 26.15%
G = 50.13%
B = 23.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#61BA58 (or 0x61BA58) is known color: Apple. HEX triplet: 61, BA and 58. RGB value is (97,186,88). Sum of RGB (Red+Green+Blue) = 97+186+88=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BA58 is #9E45A7. Grayscale: #949494. Windows color (decimal): -10372520 or 5814881. OLE color: 5814881.

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

Color convert

RGB 97 186 88 -
CMYK 0.48 0 0.53 0.27
HSL 114.49º 0.42% 0.54% -
HSV(B) 114.49º 0.53% 0.73% -
XYZ 24.25 38.36 15.36 -
YUV 148.22 94.01 91.47 -
System Red Green Blue C M Y K H S L
Decimal 97 186 88 0.48 0 0.53 0.27 114.49 0.42 0.54
Hex 61 BA 58 30 0 35 1B 72 2A 36
Octal 141 272 130 60 0 65 33 162 52 66
Binary 1100001 10111010 1011000 110000 0 110101 11011 1110010 101010 110110

Color Harmonies of #61BA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BA58

Black with #61BA58

Text Example


Text Example

White with #61BA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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