Html Css Color HEX #61C552 Apple

📋 copy color: '#61C552'

red 97 ◦ green 197 ◦ blue 82

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

Shades of Apple #61C552

Tints of Apple #61C552

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.39%

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 25.8%
G = 52.39%
B = 21.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#61C552 (or 0x61C552) is known color: Apple. HEX triplet: 61, C5 and 52. RGB value is (97,197,82). Sum of RGB (Red+Green+Blue) = 97+197+82=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #61C552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C552 is #9E3AAD. Grayscale: #9A9A9A. Windows color (decimal): -10369710 or 5424481. OLE color: 5424481.

HSL color Cylindrical-coordinate representation of color #61C552: hue angle of 112.17º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61C552 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 197 82 -
CMYK 0.51 0 0.58 0.23
HSL 112.17º 0.5% 0.55% -
HSV(B) 112.17º 0.58% 0.77% -
XYZ 26.42 43.08 14.91 -
YUV 153.99 87.37 87.35 -
System Red Green Blue C M Y K H S L
Decimal 97 197 82 0.51 0 0.58 0.23 112.17 0.5 0.55
Hex 61 C5 52 33 0 3A 17 70 32 37
Octal 141 305 122 63 0 72 27 160 62 67
Binary 1100001 11000101 1010010 110011 0 111010 10111 1110000 110010 110111

Color Harmonies of #61C552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C552

Black with #61C552

Text Example


Text Example

White with #61C552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,197,82); }

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

background-color css

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

 a { background-color: rgb(97,197,82); }

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

border-color css

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

 span { border-color: rgb(97,197,82); }

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