Html Css Color HEX #73CC34 Apple

📋 copy color: '#73CC34'

red 115 ◦ green 204 ◦ blue 52

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

Shades of Apple #73CC34

Tints of Apple #73CC34

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.99%

 BLUE value IS 52 (20.7% from 255) = 14.02%

R = 31%
G = 54.99%
B = 14.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#73CC34 (or 0x73CC34) is known color: Apple. HEX triplet: 73, CC and 34. RGB value is (115,204,52). Sum of RGB (Red+Green+Blue) = 115+204+52=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CC34 is #8C33CB. Grayscale: #A0A0A0. Windows color (decimal): -9188300 or 3460211. OLE color: 3460211.

HSL color Cylindrical-coordinate representation of color #73CC34: hue angle of 95.13º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73CC34 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 204 52 -
CMYK 0.44 0 0.75 0.2
HSL 95.13º 0.6% 0.5% -
HSV(B) 95.13º 0.75% 0.8% -
XYZ 29.28 47.08 10.79 -
YUV 160.06 67.01 95.86 -
System Red Green Blue C M Y K H S L
Decimal 115 204 52 0.44 0 0.75 0.2 95.13 0.6 0.5
Hex 73 CC 34 2C 0 4B 14 5F 3C 32
Octal 163 314 64 54 0 113 24 137 74 62
Binary 1110011 11001100 110100 101100 0 1001011 10100 1011111 111100 110010

Color Harmonies of #73CC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CC34

Black with #73CC34

Text Example


Text Example

White with #73CC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,204,52); }

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

background-color css

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

 a { background-color: rgb(115,204,52); }

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

border-color css

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

 span { border-color: rgb(115,204,52); }

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