Html Css Color HEX #61C448 Apple

📋 copy color: '#61C448'

red 97 ◦ green 196 ◦ blue 72

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

Shades of Apple #61C448

Tints of Apple #61C448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.7%

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 26.58%
G = 53.7%
B = 19.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#61C448 (or 0x61C448) is known color: Apple. HEX triplet: 61, C4 and 48. RGB value is (97,196,72). Sum of RGB (Red+Green+Blue) = 97+196+72=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #61C448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C448 is #9E3BB7. Grayscale: #989898. Windows color (decimal): -10369976 or 4768865. OLE color: 4768865.

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

Color convert

RGB 97 196 72 -
CMYK 0.51 0 0.63 0.23
HSL 107.9º 0.51% 0.53% -
HSV(B) 107.9º 0.63% 0.77% -
XYZ 25.84 42.49 12.97 -
YUV 152.26 82.7 88.58 -
System Red Green Blue C M Y K H S L
Decimal 97 196 72 0.51 0 0.63 0.23 107.9 0.51 0.53
Hex 61 C4 48 33 0 3F 17 6C 33 35
Octal 141 304 110 63 0 77 27 154 63 65
Binary 1100001 11000100 1001000 110011 0 111111 10111 1101100 110011 110101

Color Harmonies of #61C448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C448

Black with #61C448

Text Example


Text Example

White with #61C448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,196,72); }

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

background-color css

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

 a { background-color: rgb(97,196,72); }

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

border-color css

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

 span { border-color: rgb(97,196,72); }

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