Html Css Color HEX #74BA3E Apple

📋 copy color: '#74BA3E'

red 116 ◦ green 186 ◦ blue 62

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

Shades of Apple #74BA3E

Tints of Apple #74BA3E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.1%

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 31.87%
G = 51.1%
B = 17.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#74BA3E (or 0x74BA3E) is known color: Apple. HEX triplet: 74, BA and 3E. RGB value is (116,186,62). Sum of RGB (Red+Green+Blue) = 116+186+62=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA3E is #8B45C1. Grayscale: #979797. Windows color (decimal): -9127362 or 4110964. OLE color: 4110964.

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

Color convert

RGB 116 186 62 -
CMYK 0.38 0 0.67 0.27
HSL 93.87º 0.5% 0.49% -
HSV(B) 93.87º 0.67% 0.73% -
XYZ 25.63 39.18 10.77 -
YUV 150.93 77.81 103.08 -
System Red Green Blue C M Y K H S L
Decimal 116 186 62 0.38 0 0.67 0.27 93.87 0.5 0.49
Hex 74 BA 3E 26 0 43 1B 5E 32 31
Octal 164 272 76 46 0 103 33 136 62 61
Binary 1110100 10111010 111110 100110 0 1000011 11011 1011110 110010 110001

Color Harmonies of #74BA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA3E

Black with #74BA3E

Text Example


Text Example

White with #74BA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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