Html Css Color HEX #73DD36 Apple

📋 copy color: '#73DD36'

red 115 ◦ green 221 ◦ blue 54

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

Shades of Apple #73DD36

Tints of Apple #73DD36

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.67%

 BLUE value IS 54 (21.48% from 255) = 13.85%

R = 29.49%
G = 56.67%
B = 13.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#73DD36 (or 0x73DD36) is known color: Apple. HEX triplet: 73, DD and 36. RGB value is (115,221,54). Sum of RGB (Red+Green+Blue) = 115+221+54=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #73DD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DD36 is #8C22C9. Grayscale: #AAAAAA. Windows color (decimal): -9183946 or 3595635. OLE color: 3595635.

HSL color Cylindrical-coordinate representation of color #73DD36: hue angle of 98.08º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73DD36 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 221 54 -
CMYK 0.48 0 0.76 0.13
HSL 98.08º 0.71% 0.54% -
HSV(B) 98.08º 0.76% 0.87% -
XYZ 33.59 55.62 12.46 -
YUV 170.27 62.38 88.58 -
System Red Green Blue C M Y K H S L
Decimal 115 221 54 0.48 0 0.76 0.13 98.08 0.71 0.54
Hex 73 DD 36 30 0 4C D 62 47 36
Octal 163 335 66 60 0 114 15 142 107 66
Binary 1110011 11011101 110110 110000 0 1001100 1101 1100010 1000111 110110

Color Harmonies of #73DD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DD36

Black with #73DD36

Text Example


Text Example

White with #73DD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,221,54); }

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

background-color css

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

 a { background-color: rgb(115,221,54); }

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

border-color css

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

 span { border-color: rgb(115,221,54); }

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