Html Css Color HEX #61C540 Apple

📋 copy color: '#61C540'

red 97 ◦ green 197 ◦ blue 64

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

Shades of Apple #61C540

Tints of Apple #61C540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 27.09%
G = 55.03%
B = 17.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#61C540 (or 0x61C540) is known color: Apple. HEX triplet: 61, C5 and 40. RGB value is (97,197,64). Sum of RGB (Red+Green+Blue) = 97+197+64=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #61C540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C540 is #9E3ABF. Grayscale: #989898. Windows color (decimal): -10369728 or 4244833. OLE color: 4244833.

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

Color convert

RGB 97 197 64 -
CMYK 0.51 0 0.68 0.23
HSL 105.11º 0.53% 0.51% -
HSV(B) 105.11º 0.68% 0.77% -
XYZ 25.82 42.84 11.76 -
YUV 151.94 78.37 88.81 -
System Red Green Blue C M Y K H S L
Decimal 97 197 64 0.51 0 0.68 0.23 105.11 0.53 0.51
Hex 61 C5 40 33 0 44 17 69 35 33
Octal 141 305 100 63 0 104 27 151 65 63
Binary 1100001 11000101 1000000 110011 0 1000100 10111 1101001 110101 110011

Color Harmonies of #61C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C540

Black with #61C540

Text Example


Text Example

White with #61C540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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