#74C33E

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

Shades of Apple #74C33E

Tints of Apple #74C33E

Color information

#74C33E (or 0x74C33E) is unknown color: approx Apple. HEX triplet: 74, C3 and 3E. RGB value is (116,195,62). Sum of RGB (Red+Green+Blue) = 116+195+62=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #74C33E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C33E is #8B3CC1. Grayscale: #9C9C9C. Windows color (decimal): -9125058 or 4113268. OLE color: 4113268.

HSL color Cylindrical-coordinate representation of color #74C33E: hue angle of 95.64º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74C33E is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB11619562-
CMYK0.4100.680.24
HSL95.64º52.57%50.39%-
HSV(B)95.64º68.21%76.47%-
XYZ27.5943.0911.42-
YUV156.2274.8399.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 195 (76.56% from 255) = 52.28%
BLUE value IS 62 (24.61% from 255) = 16.62%
R=31.10%
G=52.28%
B=16.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116195620.4100.680.2495.6452.5750.39
Hex74C33E2904418603532
Octal16430376510104301406562
Binary11101001100001111111010100101000100110001100000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,195,62); }

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

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

 a { background-color: rgb(116,195,62); }

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

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

 span { border-color: rgb(116,195,62); }

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