Html Css Color HEX #73BC4B Apple

📋 copy color: '#73BC4B'

red 115 ◦ green 188 ◦ blue 75

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

Shades of Apple #73BC4B

Tints of Apple #73BC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 30.42%
G = 49.74%
B = 19.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#73BC4B (or 0x73BC4B) is known color: Apple. HEX triplet: 73, BC and 4B. RGB value is (115,188,75). Sum of RGB (Red+Green+Blue) = 115+188+75=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BC4B is #8C43B4. Grayscale: #999999. Windows color (decimal): -9192373 or 4963443. OLE color: 4963443.

HSL color Cylindrical-coordinate representation of color #73BC4B: hue angle of 98.76º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73BC4B is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 188 75 -
CMYK 0.39 0 0.60 0.26
HSL 98.76º 0.46% 0.52% -
HSV(B) 98.76º 0.6% 0.74% -
XYZ 26.32 40.12 13.01 -
YUV 153.29 83.82 100.69 -
System Red Green Blue C M Y K H S L
Decimal 115 188 75 0.39 0 0.60 0.26 98.76 0.46 0.52
Hex 73 BC 4B 27 0 3C 1A 63 2E 34
Octal 163 274 113 47 0 74 32 143 56 64
Binary 1110011 10111100 1001011 100111 0 111100 11010 1100011 101110 110100

Color Harmonies of #73BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BC4B

Black with #73BC4B

Text Example


Text Example

White with #73BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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