#74C23C

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

Shades of Apple #74C23C

Tints of Apple #74C23C

Color information

#74C23C (or 0x74C23C) is unknown color: approx Apple. HEX triplet: 74, C2 and 3C. RGB value is (116,194,60). Sum of RGB (Red+Green+Blue) = 116+194+60=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #74C23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C23C is #8B3DC3. Grayscale: #9B9B9B. Windows color (decimal): -9125316 or 3981940. OLE color: 3981940.

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

Color convert

RGB11619460-
CMYK0.4000.690.24
HSL94.93º52.76%49.8%-
HSV(B)94.93º69.07%76.08%-
XYZ27.3142.6211.06-
YUV155.474.1699.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 194 (76.17% from 255) = 52.43%
BLUE value IS 60 (23.83% from 255) = 16.22%
R=31.35%
G=52.43%
B=16.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116194600.4000.690.2494.9352.7649.8
Hex74C23C28045185f3532
Octal16430274500105301376562
Binary11101001100001011110010100001000101110001011111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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