Html Css Color HEX #74BB45 Apple

📋 copy color: '#74BB45'

red 116 ◦ green 187 ◦ blue 69

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

Shades of Apple #74BB45

Tints of Apple #74BB45

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.27%

 BLUE value IS 69 (27.34% from 255) = 18.55%

R = 31.18%
G = 50.27%
B = 18.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#74BB45 (or 0x74BB45) is known color: Apple. HEX triplet: 74, BB and 45. RGB value is (116,187,69). Sum of RGB (Red+Green+Blue) = 116+187+69=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BB45 is #8B44BA. Grayscale: #989898. Windows color (decimal): -9127099 or 4569972. OLE color: 4569972.

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

Color convert

RGB 116 187 69 -
CMYK 0.38 0 0.63 0.27
HSL 96.1º 0.46% 0.5% -
HSV(B) 96.1º 0.63% 0.73% -
XYZ 26.05 39.68 11.92 -
YUV 152.32 80.98 102.09 -
System Red Green Blue C M Y K H S L
Decimal 116 187 69 0.38 0 0.63 0.27 96.1 0.46 0.5
Hex 74 BB 45 26 0 3F 1B 60 2E 32
Octal 164 273 105 46 0 77 33 140 56 62
Binary 1110100 10111011 1000101 100110 0 111111 11011 1100000 101110 110010

Color Harmonies of #74BB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BB45

Black with #74BB45

Text Example


Text Example

White with #74BB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,187,69); }

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

background-color css

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

 a { background-color: rgb(116,187,69); }

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

border-color css

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

 span { border-color: rgb(116,187,69); }

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