Html Css Color HEX #74BB3E Apple

📋 copy color: '#74BB3E'

red 116 ◦ green 187 ◦ blue 62

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

Shades of Apple #74BB3E

Tints of Apple #74BB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.99%

R = 31.78%
G = 51.23%
B = 16.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#74BB3E (or 0x74BB3E) is known color: Apple. HEX triplet: 74, BB and 3E. RGB value is (116,187,62). Sum of RGB (Red+Green+Blue) = 116+187+62=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BB3E is #8B44C1. Grayscale: #979797. Windows color (decimal): -9127106 or 4111220. OLE color: 4111220.

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

Color convert

RGB 116 187 62 -
CMYK 0.38 0 0.67 0.27
HSL 94.08º 0.5% 0.49% -
HSV(B) 94.08º 0.67% 0.73% -
XYZ 25.84 39.6 10.84 -
YUV 151.52 77.48 102.66 -
System Red Green Blue C M Y K H S L
Decimal 116 187 62 0.38 0 0.67 0.27 94.08 0.5 0.49
Hex 74 BB 3E 26 0 43 1B 5E 32 31
Octal 164 273 76 46 0 103 33 136 62 61
Binary 1110100 10111011 111110 100110 0 1000011 11011 1011110 110010 110001

Color Harmonies of #74BB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BB3E

Black with #74BB3E

Text Example


Text Example

White with #74BB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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