Html Css Color HEX #61AB40 Apple

📋 copy color: '#61AB40'

red 97 ◦ green 171 ◦ blue 64

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

Shades of Apple #61AB40

Tints of Apple #61AB40

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.51%

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

R = 29.22%
G = 51.51%
B = 19.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#61AB40 (or 0x61AB40) is known color: Apple. HEX triplet: 61, AB and 40. RGB value is (97,171,64). Sum of RGB (Red+Green+Blue) = 97+171+64=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AB40 is #9E54BF. Grayscale: #898989. Windows color (decimal): -10376384 or 4238177. OLE color: 4238177.

HSL color Cylindrical-coordinate representation of color #61AB40: hue angle of 101.5º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61AB40 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 171 64 -
CMYK 0.43 0 0.63 0.33
HSL 101.5º 0.46% 0.46% -
HSV(B) 101.5º 0.63% 0.67% -
XYZ 20.42 32.04 9.96 -
YUV 136.68 86.98 99.7 -
System Red Green Blue C M Y K H S L
Decimal 97 171 64 0.43 0 0.63 0.33 101.5 0.46 0.46
Hex 61 AB 40 2B 0 3F 21 65 2E 2E
Octal 141 253 100 53 0 77 41 145 56 56
Binary 1100001 10101011 1000000 101011 0 111111 100001 1100101 101110 101110

Color Harmonies of #61AB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AB40

Black with #61AB40

Text Example


Text Example

White with #61AB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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