Html Css Color HEX #73D434 Apple

📋 copy color: '#73D434'

red 115 ◦ green 212 ◦ blue 52

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

Shades of Apple #73D434

Tints of Apple #73D434

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.94%

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

R = 30.34%
G = 55.94%
B = 13.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#73D434 (or 0x73D434) is known color: Apple. HEX triplet: 73, D4 and 34. RGB value is (115,212,52). Sum of RGB (Red+Green+Blue) = 115+212+52=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 212 (83.20% from 255 or 55.94% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 212 - color contains mainly: green. Hex color #73D434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D434 is #8C2BCB. Grayscale: #A5A5A5. Windows color (decimal): -9186252 or 3462259. OLE color: 3462259.

HSL color Cylindrical-coordinate representation of color #73D434: hue angle of 96.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73D434 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 115 212 52 -
CMYK 0.46 0 0.75 0.17
HSL 96.38º 0.65% 0.52% -
HSV(B) 96.38º 0.75% 0.83% -
XYZ 31.23 50.98 11.44 -
YUV 164.76 64.36 92.51 -
System Red Green Blue C M Y K H S L
Decimal 115 212 52 0.46 0 0.75 0.17 96.38 0.65 0.52
Hex 73 D4 34 2E 0 4B 11 60 41 34
Octal 163 324 64 56 0 113 21 140 101 64
Binary 1110011 11010100 110100 101110 0 1001011 10001 1100000 1000001 110100

Color Harmonies of #73D434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D434

Black with #73D434

Text Example


Text Example

White with #73D434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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