#74C248

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

Shades of Apple #74C248

Tints of Apple #74C248

Color information

#74C248 (or 0x74C248) is unknown color: approx Apple. HEX triplet: 74, C2 and 48. RGB value is (116,194,72). Sum of RGB (Red+Green+Blue) = 116+194+72=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #74C248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C248 is #8B3DB7. Grayscale: #9D9D9D. Windows color (decimal): -9125304 or 4768372. OLE color: 4768372.

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

Color convert

RGB11619472-
CMYK0.4000.630.24
HSL98.36º50%52.16%-
HSV(B)98.36º62.89%76.08%-
XYZ27.6642.7612.93-
YUV156.7780.1698.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.37%
GREEN value IS 194 (76.17% from 255) = 50.79%
BLUE value IS 72 (28.52% from 255) = 18.85%
R=30.37%
G=50.79%
B=18.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116194720.4000.630.2498.365052.16
Hex74C2482803F18623234
Octal16430211050077301426264
Binary11101001100001010010001010000111111110001100010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,194,72); }

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

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

 a { background-color: rgb(116,194,72); }

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

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

 span { border-color: rgb(116,194,72); }

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