Html Css Color HEX #61C349 Apple

📋 copy color: '#61C349'

red 97 ◦ green 195 ◦ blue 73

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

Shades of Apple #61C349

Tints of Apple #61C349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.42%

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

R = 26.58%
G = 53.42%
B = 20%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#61C349 (or 0x61C349) is known color: Apple. HEX triplet: 61, C3 and 49. RGB value is (97,195,73). Sum of RGB (Red+Green+Blue) = 97+195+73=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #61C349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C349 is #9E3CB6. Grayscale: #989898. Windows color (decimal): -10370231 or 4834145. OLE color: 4834145.

HSL color Cylindrical-coordinate representation of color #61C349: hue angle of 108.2º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61C349 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 195 73 -
CMYK 0.50 0 0.63 0.24
HSL 108.2º 0.5% 0.53% -
HSV(B) 108.2º 0.63% 0.76% -
XYZ 25.65 42.05 13.07 -
YUV 151.79 83.53 88.92 -
System Red Green Blue C M Y K H S L
Decimal 97 195 73 0.50 0 0.63 0.24 108.2 0.5 0.53
Hex 61 C3 49 32 0 3F 18 6C 32 35
Octal 141 303 111 62 0 77 30 154 62 65
Binary 1100001 11000011 1001001 110010 0 111111 11000 1101100 110010 110101

Color Harmonies of #61C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C349

Black with #61C349

Text Example


Text Example

White with #61C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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