Html Css Color HEX #61BC3F Apple

📋 copy color: '#61BC3F'

red 97 ◦ green 188 ◦ blue 63

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

Shades of Apple #61BC3F

Tints of Apple #61BC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.02%

 BLUE value IS 63 (25% from 255) = 18.1%

R = 27.87%
G = 54.02%
B = 18.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#61BC3F (or 0x61BC3F) is known color: Apple. HEX triplet: 61, BC and 3F. RGB value is (97,188,63). Sum of RGB (Red+Green+Blue) = 97+188+63=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BC3F is #9E43C0. Grayscale: #929292. Windows color (decimal): -10372033 or 4176993. OLE color: 4176993.

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

Color convert

RGB 97 188 63 -
CMYK 0.48 0 0.66 0.26
HSL 103.68º 0.5% 0.49% -
HSV(B) 103.68º 0.66% 0.74% -
XYZ 23.81 38.87 10.95 -
YUV 146.54 80.85 92.66 -
System Red Green Blue C M Y K H S L
Decimal 97 188 63 0.48 0 0.66 0.26 103.68 0.5 0.49
Hex 61 BC 3F 30 0 42 1A 68 32 31
Octal 141 274 77 60 0 102 32 150 62 61
Binary 1100001 10111100 111111 110000 0 1000010 11010 1101000 110010 110001

Color Harmonies of #61BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BC3F

Black with #61BC3F

Text Example


Text Example

White with #61BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,188,63); }

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

background-color css

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

 a { background-color: rgb(97,188,63); }

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

border-color css

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

 span { border-color: rgb(97,188,63); }

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