Html Css Color HEX #61BC49 Apple

📋 copy color: '#61BC49'

red 97 ◦ green 188 ◦ blue 73

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

Shades of Apple #61BC49

Tints of Apple #61BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.51%

 BLUE value IS 73 (28.91% from 255) = 20.39%

R = 27.09%
G = 52.51%
B = 20.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#61BC49 (or 0x61BC49) is known color: Apple. HEX triplet: 61, BC and 49. RGB value is (97,188,73). Sum of RGB (Red+Green+Blue) = 97+188+73=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BC49 is #9E43B6. Grayscale: #949494. Windows color (decimal): -10372023 or 4832353. OLE color: 4832353.

HSL color Cylindrical-coordinate representation of color #61BC49: hue angle of 107.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61BC49 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 188 73 -
CMYK 0.48 0 0.61 0.26
HSL 107.48º 0.46% 0.51% -
HSV(B) 107.48º 0.61% 0.74% -
XYZ 24.12 38.99 12.56 -
YUV 147.68 85.85 91.85 -
System Red Green Blue C M Y K H S L
Decimal 97 188 73 0.48 0 0.61 0.26 107.48 0.46 0.51
Hex 61 BC 49 30 0 3D 1A 6B 2E 33
Octal 141 274 111 60 0 75 32 153 56 63
Binary 1100001 10111100 1001001 110000 0 111101 11010 1101011 101110 110011

Color Harmonies of #61BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BC49

Black with #61BC49

Text Example


Text Example

White with #61BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,188,73); }

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

background-color css

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

 a { background-color: rgb(97,188,73); }

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

border-color css

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

 span { border-color: rgb(97,188,73); }

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