Html Css Color HEX #74BB3F Apple

📋 copy color: '#74BB3F'

red 116 ◦ green 187 ◦ blue 63

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

Shades of Apple #74BB3F

Tints of Apple #74BB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.21%

R = 31.69%
G = 51.09%
B = 17.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#74BB3F (or 0x74BB3F) is known color: Apple. HEX triplet: 74, BB and 3F. RGB value is (116,187,63). Sum of RGB (Red+Green+Blue) = 116+187+63=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BB3F is #8B44C0. Grayscale: #989898. Windows color (decimal): -9127105 or 4176756. OLE color: 4176756.

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

Color convert

RGB 116 187 63 -
CMYK 0.38 0 0.66 0.27
HSL 94.35º 0.5% 0.49% -
HSV(B) 94.35º 0.66% 0.73% -
XYZ 25.87 39.61 10.99 -
YUV 151.64 77.98 102.58 -
System Red Green Blue C M Y K H S L
Decimal 116 187 63 0.38 0 0.66 0.27 94.35 0.5 0.49
Hex 74 BB 3F 26 0 42 1B 5E 32 31
Octal 164 273 77 46 0 102 33 136 62 61
Binary 1110100 10111011 111111 100110 0 1000010 11011 1011110 110010 110001

Color Harmonies of #74BB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BB3F

Black with #74BB3F

Text Example


Text Example

White with #74BB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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