#73CF40

Color #73CF40 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #73CF40

Tints of Apple #73CF40

Color information

#73CF40 (or 0x73CF40) is unknown color: approx Apple. HEX triplet: 73, CF and 40. RGB value is (115,207,64). Sum of RGB (Red+Green+Blue) = 115+207+64=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #73CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CF40 is #8C30BF. Grayscale: #A3A3A3. Windows color (decimal): -9187520 or 4247411. OLE color: 4247411.

HSL color Cylindrical-coordinate representation of color #73CF40: hue angle of 98.6º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73CF40 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB11520764-
CMYK0.4400.690.19
HSL98.6º59.83%53.14%-
HSV(B)98.6º69.08%81.18%-
XYZ30.3148.6412.64-
YUV163.1972.0293.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.79%
GREEN value IS 207 (81.25% from 255) = 53.63%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=29.79%
G=53.63%
B=16.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal115207640.4400.690.1998.659.8353.14
Hex73CF402C04513633c35
Octal163317100540105231437465
Binary111001111001111100000010110001000101100111100011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,207,64); }

 H1.HeaderClassName
 {
   color: #73CF40;
 }
 .AnyTagClassName
 {
   color: #73CF40;
 }
</style>
background-color css

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

 a { background-color: rgb(115,207,64); }

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

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

 span { border-color: rgb(115,207,64); }

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