Html Css Color HEX #74BA39 Apple

📋 copy color: '#74BA39'

red 116 ◦ green 186 ◦ blue 57

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

Shades of Apple #74BA39

Tints of Apple #74BA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.88%

R = 32.31%
G = 51.81%
B = 15.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#74BA39 (or 0x74BA39) is known color: Apple. HEX triplet: 74, BA and 39. RGB value is (116,186,57). Sum of RGB (Red+Green+Blue) = 116+186+57=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA39 is #8B45C6. Grayscale: #969696. Windows color (decimal): -9127367 or 3783284. OLE color: 3783284.

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

Color convert

RGB 116 186 57 -
CMYK 0.38 0 0.69 0.27
HSL 92.56º 0.53% 0.48% -
HSV(B) 92.56º 0.69% 0.73% -
XYZ 25.5 39.13 10.08 -
YUV 150.36 75.31 103.49 -
System Red Green Blue C M Y K H S L
Decimal 116 186 57 0.38 0 0.69 0.27 92.56 0.53 0.48
Hex 74 BA 39 26 0 45 1B 5D 35 30
Octal 164 272 71 46 0 105 33 135 65 60
Binary 1110100 10111010 111001 100110 0 1000101 11011 1011101 110101 110000

Color Harmonies of #74BA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA39

Black with #74BA39

Text Example


Text Example

White with #74BA39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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