Html Css Color HEX #74B84E Apple

📋 copy color: '#74B84E'

red 116 ◦ green 184 ◦ blue 78

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

Shades of Apple #74B84E

Tints of Apple #74B84E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.68%

 BLUE value IS 78 (30.86% from 255) = 20.63%

R = 30.69%
G = 48.68%
B = 20.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#74B84E (or 0x74B84E) is known color: Apple. HEX triplet: 74, B8 and 4E. RGB value is (116,184,78). Sum of RGB (Red+Green+Blue) = 116+184+78=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #74B84E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B84E is #8B47B1. Grayscale: #979797. Windows color (decimal): -9127858 or 5159028. OLE color: 5159028.

HSL color Cylindrical-coordinate representation of color #74B84E: hue angle of 98.49º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74B84E is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 184 78 -
CMYK 0.37 0 0.58 0.28
HSL 98.49º 0.43% 0.51% -
HSV(B) 98.49º 0.58% 0.72% -
XYZ 25.72 38.54 13.29 -
YUV 151.58 86.47 102.62 -
System Red Green Blue C M Y K H S L
Decimal 116 184 78 0.37 0 0.58 0.28 98.49 0.43 0.51
Hex 74 B8 4E 25 0 3A 1C 62 2B 33
Octal 164 270 116 45 0 72 34 142 53 63
Binary 1110100 10111000 1001110 100101 0 111010 11100 1100010 101011 110011

Color Harmonies of #74B84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B84E

Black with #74B84E

Text Example


Text Example

White with #74B84E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,184,78); }

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

background-color css

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

 a { background-color: rgb(116,184,78); }

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

border-color css

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

 span { border-color: rgb(116,184,78); }

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