Html Css Color HEX #74B946 Apple

📋 copy color: '#74B946'

red 116 ◦ green 185 ◦ blue 70

#74B946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #74B946

Tints of Apple #74B946

RGB

 RED value IS 116 (45.7% from 255) = 31.27%

 GREEN value IS 185 (72.66% from 255) = 49.87%

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 31.27%
G = 49.87%
B = 18.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#74B946 (or 0x74B946) is known color: Apple. HEX triplet: 74, B9 and 46. RGB value is (116,185,70). Sum of RGB (Red+Green+Blue) = 116+185+70=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #74B946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B946 is #8B46B9. Grayscale: #979797. Windows color (decimal): -9127610 or 4634996. OLE color: 4634996.

HSL color Cylindrical-coordinate representation of color #74B946: hue angle of 96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74B946 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 185 70 -
CMYK 0.37 0 0.62 0.27
HSL 96º 0.45% 0.5% -
HSV(B) 96º 0.62% 0.73% -
XYZ 25.66 38.85 11.94 -
YUV 151.26 82.14 102.85 -
System Red Green Blue C M Y K H S L
Decimal 116 185 70 0.37 0 0.62 0.27 96 0.45 0.5
Hex 74 B9 46 25 0 3E 1B 60 2D 32
Octal 164 271 106 45 0 76 33 140 55 62
Binary 1110100 10111001 1000110 100101 0 111110 11011 1100000 101101 110010

Color Harmonies of #74B946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B946

Black with #74B946

Text Example


Text Example

White with #74B946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,185,70); }

 H1.HeaderClassName
 {
   color: #74B946;
 }
 .AnyTagClassName
 {
   color: #74B946;
 }
</style>

background-color css

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

 a { background-color: rgb(116,185,70); }

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

border-color css

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

 span { border-color: rgb(116,185,70); }

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