Html Css Color HEX #74BA4C Apple

📋 copy color: '#74BA4C'

red 116 ◦ green 186 ◦ blue 76

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

Shades of Apple #74BA4C

Tints of Apple #74BA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 30.69%
G = 49.21%
B = 20.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#74BA4C (or 0x74BA4C) is known color: Apple. HEX triplet: 74, BA and 4C. RGB value is (116,186,76). Sum of RGB (Red+Green+Blue) = 116+186+76=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA4C is #8B45B3. Grayscale: #989898. Windows color (decimal): -9127348 or 5028468. OLE color: 5028468.

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

Color convert

RGB 116 186 76 -
CMYK 0.38 0 0.59 0.27
HSL 98.18º 0.44% 0.51% -
HSV(B) 98.18º 0.59% 0.73% -
XYZ 26.07 39.35 13.06 -
YUV 152.53 84.81 101.94 -
System Red Green Blue C M Y K H S L
Decimal 116 186 76 0.38 0 0.59 0.27 98.18 0.44 0.51
Hex 74 BA 4C 26 0 3B 1B 62 2C 33
Octal 164 272 114 46 0 73 33 142 54 63
Binary 1110100 10111010 1001100 100110 0 111011 11011 1100010 101100 110011

Color Harmonies of #74BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA4C

Black with #74BA4C

Text Example


Text Example

White with #74BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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