Html Css Color HEX #61BD40 Apple

📋 copy color: '#61BD40'

red 97 ◦ green 189 ◦ blue 64

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

Shades of Apple #61BD40

Tints of Apple #61BD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54%

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

R = 27.71%
G = 54%
B = 18.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#61BD40 (or 0x61BD40) is known color: Apple. HEX triplet: 61, BD and 40. RGB value is (97,189,64). Sum of RGB (Red+Green+Blue) = 97+189+64=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BD40 is #9E42BF. Grayscale: #939393. Windows color (decimal): -10371776 or 4242785. OLE color: 4242785.

HSL color Cylindrical-coordinate representation of color #61BD40: hue angle of 104.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61BD40 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 189 64 -
CMYK 0.49 0 0.66 0.26
HSL 104.16º 0.49% 0.5% -
HSV(B) 104.16º 0.66% 0.74% -
XYZ 24.05 39.31 11.17 -
YUV 147.24 81.02 92.16 -
System Red Green Blue C M Y K H S L
Decimal 97 189 64 0.49 0 0.66 0.26 104.16 0.49 0.5
Hex 61 BD 40 31 0 42 1A 68 31 32
Octal 141 275 100 61 0 102 32 150 61 62
Binary 1100001 10111101 1000000 110001 0 1000010 11010 1101000 110001 110010

Color Harmonies of #61BD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BD40

Black with #61BD40

Text Example


Text Example

White with #61BD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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