Html Css Color HEX #61BA48 Apple

📋 copy color: '#61BA48'

red 97 ◦ green 186 ◦ blue 72

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

Shades of Apple #61BA48

Tints of Apple #61BA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 27.32%
G = 52.39%
B = 20.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#61BA48 (or 0x61BA48) is known color: Apple. HEX triplet: 61, BA and 48. RGB value is (97,186,72). Sum of RGB (Red+Green+Blue) = 97+186+72=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BA48 is #9E45B7. Grayscale: #929292. Windows color (decimal): -10372536 or 4766305. OLE color: 4766305.

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

Color convert

RGB 97 186 72 -
CMYK 0.48 0 0.61 0.27
HSL 106.84º 0.45% 0.51% -
HSV(B) 106.84º 0.61% 0.73% -
XYZ 23.66 38.13 12.24 -
YUV 146.39 86.01 92.77 -
System Red Green Blue C M Y K H S L
Decimal 97 186 72 0.48 0 0.61 0.27 106.84 0.45 0.51
Hex 61 BA 48 30 0 3D 1B 6B 2D 33
Octal 141 272 110 60 0 75 33 153 55 63
Binary 1100001 10111010 1001000 110000 0 111101 11011 1101011 101101 110011

Color Harmonies of #61BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BA48

Black with #61BA48

Text Example


Text Example

White with #61BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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