Html Css Color HEX #61BF4D Apple

📋 copy color: '#61BF4D'

red 97 ◦ green 191 ◦ blue 77

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

Shades of Apple #61BF4D

Tints of Apple #61BF4D

RGB

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

 GREEN value IS 191 (75% from 255) = 52.33%

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 26.58%
G = 52.33%
B = 21.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#61BF4D (or 0x61BF4D) is known color: Apple. HEX triplet: 61, BF and 4D. RGB value is (97,191,77). Sum of RGB (Red+Green+Blue) = 97+191+77=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #61BF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BF4D is #9E40B2. Grayscale: #969696. Windows color (decimal): -10371251 or 5095265. OLE color: 5095265.

HSL color Cylindrical-coordinate representation of color #61BF4D: hue angle of 109.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61BF4D is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 191 77 -
CMYK 0.49 0 0.60 0.25
HSL 109.47º 0.47% 0.53% -
HSV(B) 109.47º 0.6% 0.75% -
XYZ 24.9 40.34 13.49 -
YUV 149.9 86.86 90.27 -
System Red Green Blue C M Y K H S L
Decimal 97 191 77 0.49 0 0.60 0.25 109.47 0.47 0.53
Hex 61 BF 4D 31 0 3C 19 6D 2F 35
Octal 141 277 115 61 0 74 31 155 57 65
Binary 1100001 10111111 1001101 110001 0 111100 11001 1101101 101111 110101

Color Harmonies of #61BF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BF4D

Black with #61BF4D

Text Example


Text Example

White with #61BF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,191,77); }

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

background-color css

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

 a { background-color: rgb(97,191,77); }

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

border-color css

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

 span { border-color: rgb(97,191,77); }

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