#74BE35

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

Shades of Apple #74BE35

Tints of Apple #74BE35

Color information

#74BE35 (or 0x74BE35) is unknown color: approx Apple. HEX triplet: 74, BE and 35. RGB value is (116,190,53). Sum of RGB (Red+Green+Blue) = 116+190+53=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BE35 is #8B41CA. Grayscale: #989898. Windows color (decimal): -9126347 or 3522164. OLE color: 3522164.

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

Color convert

RGB11619053-
CMYK0.3900.720.25
HSL92.41º56.38%47.65%-
HSV(B)92.41º72.11%74.51%-
XYZ26.2640.89.86-
YUV152.2671.98102.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.31%
GREEN value IS 190 (74.61% from 255) = 52.92%
BLUE value IS 53 (21.09% from 255) = 14.76%
R=32.31%
G=52.92%
B=14.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116190530.3900.720.2592.4156.3847.65
Hex74BE3527048195c3830
Octal16427665470110311347060
Binary11101001011111011010110011101001000110011011100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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