Html Css Color HEX #61BF49 Apple

📋 copy color: '#61BF49'

red 97 ◦ green 191 ◦ blue 73

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

Shades of Apple #61BF49

Tints of Apple #61BF49

RGB

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

 GREEN value IS 191 (75% from 255) = 52.91%

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

R = 26.87%
G = 52.91%
B = 20.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#61BF49 (or 0x61BF49) is known color: Apple. HEX triplet: 61, BF and 49. RGB value is (97,191,73). Sum of RGB (Red+Green+Blue) = 97+191+73=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #61BF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BF49 is #9E40B6. Grayscale: #959595. Windows color (decimal): -10371255 or 4833121. OLE color: 4833121.

HSL color Cylindrical-coordinate representation of color #61BF49: hue angle of 107.8º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61BF49 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 191 73 -
CMYK 0.49 0 0.62 0.25
HSL 107.8º 0.48% 0.52% -
HSV(B) 107.8º 0.62% 0.75% -
XYZ 24.76 40.28 12.77 -
YUV 149.44 84.86 90.59 -
System Red Green Blue C M Y K H S L
Decimal 97 191 73 0.49 0 0.62 0.25 107.8 0.48 0.52
Hex 61 BF 49 31 0 3E 19 6C 30 34
Octal 141 277 111 61 0 76 31 154 60 64
Binary 1100001 10111111 1001001 110001 0 111110 11001 1101100 110000 110100

Color Harmonies of #61BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BF49

Black with #61BF49

Text Example


Text Example

White with #61BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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