Html Css Color HEX #61C144 Apple

📋 copy color: '#61C144'

red 97 ◦ green 193 ◦ blue 68

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

Shades of Apple #61C144

Tints of Apple #61C144

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.91%

 BLUE value IS 68 (26.95% from 255) = 18.99%

R = 27.09%
G = 53.91%
B = 18.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#61C144 (or 0x61C144) is known color: Apple. HEX triplet: 61, C1 and 44. RGB value is (97,193,68). Sum of RGB (Red+Green+Blue) = 97+193+68=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #61C144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C144 is #9E3EBB. Grayscale: #969696. Windows color (decimal): -10370748 or 4505953. OLE color: 4505953.

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

Color convert

RGB 97 193 68 -
CMYK 0.50 0 0.65 0.24
HSL 106.08º 0.5% 0.51% -
HSV(B) 106.08º 0.65% 0.76% -
XYZ 25.04 41.1 12.08 -
YUV 150.05 81.7 90.16 -
System Red Green Blue C M Y K H S L
Decimal 97 193 68 0.50 0 0.65 0.24 106.08 0.5 0.51
Hex 61 C1 44 32 0 41 18 6A 32 33
Octal 141 301 104 62 0 101 30 152 62 63
Binary 1100001 11000001 1000100 110010 0 1000001 11000 1101010 110010 110011

Color Harmonies of #61C144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C144

Black with #61C144

Text Example


Text Example

White with #61C144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,193,68); }

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

background-color css

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

 a { background-color: rgb(97,193,68); }

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

border-color css

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

 span { border-color: rgb(97,193,68); }

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