Html Css Color HEX #74BA3D Apple

📋 copy color: '#74BA3D'

red 116 ◦ green 186 ◦ blue 61

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

Shades of Apple #74BA3D

Tints of Apple #74BA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 31.96%
G = 51.24%
B = 16.8%

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

#74BA3D (or 0x74BA3D) is known color: Apple. HEX triplet: 74, BA and 3D. RGB value is (116,186,61). Sum of RGB (Red+Green+Blue) = 116+186+61=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA3D is #8B45C2. Grayscale: #979797. Windows color (decimal): -9127363 or 4045428. OLE color: 4045428.

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

Color convert

RGB 116 186 61 -
CMYK 0.38 0 0.67 0.27
HSL 93.6º 0.51% 0.48% -
HSV(B) 93.6º 0.67% 0.73% -
XYZ 25.6 39.17 10.63 -
YUV 150.82 77.31 103.16 -
System Red Green Blue C M Y K H S L
Decimal 116 186 61 0.38 0 0.67 0.27 93.6 0.51 0.48
Hex 74 BA 3D 26 0 43 1B 5E 33 30
Octal 164 272 75 46 0 103 33 136 63 60
Binary 1110100 10111010 111101 100110 0 1000011 11011 1011110 110011 110000

Color Harmonies of #74BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA3D

Black with #74BA3D

Text Example


Text Example

White with #74BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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