Html Css Color HEX #73CA42 Apple

📋 copy color: '#73CA42'

red 115 ◦ green 202 ◦ blue 66

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

Shades of Apple #73CA42

Tints of Apple #73CA42

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.74%

 BLUE value IS 66 (26.17% from 255) = 17.23%

R = 30.03%
G = 52.74%
B = 17.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#73CA42 (or 0x73CA42) is known color: Apple. HEX triplet: 73, CA and 42. RGB value is (115,202,66). Sum of RGB (Red+Green+Blue) = 115+202+66=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CA42 is #8C35BD. Grayscale: #A0A0A0. Windows color (decimal): -9188798 or 4377203. OLE color: 4377203.

HSL color Cylindrical-coordinate representation of color #73CA42: hue angle of 98.38º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73CA42 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 202 66 -
CMYK 0.43 0 0.67 0.21
HSL 98.38º 0.56% 0.53% -
HSV(B) 98.38º 0.67% 0.79% -
XYZ 29.17 46.28 12.55 -
YUV 160.48 74.68 95.56 -
System Red Green Blue C M Y K H S L
Decimal 115 202 66 0.43 0 0.67 0.21 98.38 0.56 0.53
Hex 73 CA 42 2B 0 43 15 62 38 35
Octal 163 312 102 53 0 103 25 142 70 65
Binary 1110011 11001010 1000010 101011 0 1000011 10101 1100010 111000 110101

Color Harmonies of #73CA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CA42

Black with #73CA42

Text Example


Text Example

White with #73CA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,202,66); }

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

background-color css

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

 a { background-color: rgb(115,202,66); }

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

border-color css

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

 span { border-color: rgb(115,202,66); }

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