Html Css Color HEX #73CB34 Apple

📋 copy color: '#73CB34'

red 115 ◦ green 203 ◦ blue 52

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

Shades of Apple #73CB34

Tints of Apple #73CB34

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.86%

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

R = 31.08%
G = 54.86%
B = 14.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#73CB34 (or 0x73CB34) is known color: Apple. HEX triplet: 73, CB and 34. RGB value is (115,203,52). Sum of RGB (Red+Green+Blue) = 115+203+52=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CB34 is #8C34CB. Grayscale: #9F9F9F. Windows color (decimal): -9188556 or 3459955. OLE color: 3459955.

HSL color Cylindrical-coordinate representation of color #73CB34: hue angle of 94.97º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73CB34 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 203 52 -
CMYK 0.43 0 0.74 0.20
HSL 94.97º 0.59% 0.5% -
HSV(B) 94.97º 0.74% 0.8% -
XYZ 29.05 46.6 10.71 -
YUV 159.47 67.35 96.28 -
System Red Green Blue C M Y K H S L
Decimal 115 203 52 0.43 0 0.74 0.20 94.97 0.59 0.5
Hex 73 CB 34 2B 0 4A 14 5F 3B 32
Octal 163 313 64 53 0 112 24 137 73 62
Binary 1110011 11001011 110100 101011 0 1001010 10100 1011111 111011 110010

Color Harmonies of #73CB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CB34

Black with #73CB34

Text Example


Text Example

White with #73CB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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