Html Css Color HEX #74B850 Apple

📋 copy color: '#74B850'

red 116 ◦ green 184 ◦ blue 80

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

Shades of Apple #74B850

Tints of Apple #74B850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 30.53%
G = 48.42%
B = 21.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#74B850 (or 0x74B850) is known color: Apple. HEX triplet: 74, B8 and 50. RGB value is (116,184,80). Sum of RGB (Red+Green+Blue) = 116+184+80=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 184 - color contains mainly: green. Hex color #74B850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B850 is #8B47AF. Grayscale: #989898. Windows color (decimal): -9127856 or 5290100. OLE color: 5290100.

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

Color convert

RGB 116 184 80 -
CMYK 0.37 0 0.57 0.28
HSL 99.23º 0.42% 0.52% -
HSV(B) 99.23º 0.57% 0.72% -
XYZ 25.79 38.57 13.68 -
YUV 151.81 87.47 102.46 -
System Red Green Blue C M Y K H S L
Decimal 116 184 80 0.37 0 0.57 0.28 99.23 0.42 0.52
Hex 74 B8 50 25 0 39 1C 63 2A 34
Octal 164 270 120 45 0 71 34 143 52 64
Binary 1110100 10111000 1010000 100101 0 111001 11100 1100011 101010 110100

Color Harmonies of #74B850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B850

Black with #74B850

Text Example


Text Example

White with #74B850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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