Html Css Color HEX #61B955 Apple

📋 copy color: '#61B955'

red 97 ◦ green 185 ◦ blue 85

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

Shades of Apple #61B955

Tints of Apple #61B955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.41%

 BLUE value IS 85 (33.59% from 255) = 23.16%

R = 26.43%
G = 50.41%
B = 23.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#61B955 (or 0x61B955) is known color: Apple. HEX triplet: 61, B9 and 55. RGB value is (97,185,85). Sum of RGB (Red+Green+Blue) = 97+185+85=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #61B955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B955 is #9E46AA. Grayscale: #939393. Windows color (decimal): -10372779 or 5618017. OLE color: 5618017.

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

Color convert

RGB 97 185 85 -
CMYK 0.48 0 0.54 0.27
HSL 112.8º 0.42% 0.53% -
HSV(B) 112.8º 0.54% 0.73% -
XYZ 23.92 37.9 14.65 -
YUV 147.29 92.85 92.13 -
System Red Green Blue C M Y K H S L
Decimal 97 185 85 0.48 0 0.54 0.27 112.8 0.42 0.53
Hex 61 B9 55 30 0 36 1B 71 2A 35
Octal 141 271 125 60 0 66 33 161 52 65
Binary 1100001 10111001 1010101 110000 0 110110 11011 1110001 101010 110101

Color Harmonies of #61B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B955

Black with #61B955

Text Example


Text Example

White with #61B955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,185,85); }

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

background-color css

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

 a { background-color: rgb(97,185,85); }

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

border-color css

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

 span { border-color: rgb(97,185,85); }

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