Html Css Color HEX #73BC3D Apple

📋 copy color: '#73BC3D'

red 115 ◦ green 188 ◦ blue 61

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

Shades of Apple #73BC3D

Tints of Apple #73BC3D

RGB

 RED value IS 115 (45.31% from 255) = 31.59%

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

 BLUE value IS 61 (24.22% from 255) = 16.76%

R = 31.59%
G = 51.65%
B = 16.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#73BC3D (or 0x73BC3D) is known color: Apple. HEX triplet: 73, BC and 3D. RGB value is (115,188,61). Sum of RGB (Red+Green+Blue) = 115+188+61=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BC3D is #8C43C2. Grayscale: #989898. Windows color (decimal): -9192387 or 4045939. OLE color: 4045939.

HSL color Cylindrical-coordinate representation of color #73BC3D: hue angle of 94.49º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73BC3D is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 188 61 -
CMYK 0.39 0 0.68 0.26
HSL 94.49º 0.51% 0.49% -
HSV(B) 94.49º 0.68% 0.74% -
XYZ 25.9 39.95 10.76 -
YUV 151.7 76.82 101.83 -
System Red Green Blue C M Y K H S L
Decimal 115 188 61 0.39 0 0.68 0.26 94.49 0.51 0.49
Hex 73 BC 3D 27 0 44 1A 5E 33 31
Octal 163 274 75 47 0 104 32 136 63 61
Binary 1110011 10111100 111101 100111 0 1000100 11010 1011110 110011 110001

Color Harmonies of #73BC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BC3D

Black with #73BC3D

Text Example


Text Example

White with #73BC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73BC3D; }

 p { color: rgb(115,188,61); }

 H1.HeaderClassName
 {
   color: #73BC3D;
 }
 .AnyTagClassName
 {
   color: #73BC3D;
 }
</style>

background-color css

<style>
 a { background-color: #73BC3D; }

 a { background-color: rgb(115,188,61); }

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

border-color css

<style>
 span { border-color: #73BC3D; }

 span { border-color: rgb(115,188,61); }

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