#74BE41

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

Shades of Apple #74BE41

Tints of Apple #74BE41

Color information

#74BE41 (or 0x74BE41) is unknown color: approx Apple. HEX triplet: 74, BE and 41. RGB value is (116,190,65). Sum of RGB (Red+Green+Blue) = 116+190+65=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BE41 is #8B41BE. Grayscale: #9A9A9A. Windows color (decimal): -9126335 or 4308596. OLE color: 4308596.

HSL color Cylindrical-coordinate representation of color #74BE41: hue angle of 95.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74BE41 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB11619065-
CMYK0.3900.660.25
HSL95.52º49.02%50%-
HSV(B)95.52º65.79%74.51%-
XYZ26.5740.9211.5-
YUV153.6277.98101.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 190 (74.61% from 255) = 51.21%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=31.27%
G=51.21%
B=17.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116190650.3900.660.2595.5249.0250
Hex74BE412704219603132
Octal164276101470102311406162
Binary111010010111110100000110011101000010110011100000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74BE41; }

 p { color: rgb(116,190,65); }

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

<style>
 a { background-color: #74BE41; }

 a { background-color: rgb(116,190,65); }

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

<style>
 span { border-color: #74BE41; }

 span { border-color: rgb(116,190,65); }

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