Html Css Color HEX #74C044 Apple

📋 copy color: '#74C044'

red 116 ◦ green 192 ◦ blue 68

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

Shades of Apple #74C044

Tints of Apple #74C044

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.06%

 BLUE value IS 68 (26.95% from 255) = 18.09%

R = 30.85%
G = 51.06%
B = 18.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#74C044 (or 0x74C044) is known color: Apple. HEX triplet: 74, C0 and 44. RGB value is (116,192,68). Sum of RGB (Red+Green+Blue) = 116+192+68=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #74C044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C044 is #8B3FBB. Grayscale: #9B9B9B. Windows color (decimal): -9125820 or 4505716. OLE color: 4505716.

HSL color Cylindrical-coordinate representation of color #74C044: hue angle of 96.77º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74C044 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 192 68 -
CMYK 0.40 0 0.65 0.25
HSL 96.77º 0.5% 0.51% -
HSV(B) 96.77º 0.65% 0.75% -
XYZ 27.1 41.83 12.11 -
YUV 155.14 78.82 100.08 -
System Red Green Blue C M Y K H S L
Decimal 116 192 68 0.40 0 0.65 0.25 96.77 0.5 0.51
Hex 74 C0 44 28 0 41 19 61 32 33
Octal 164 300 104 50 0 101 31 141 62 63
Binary 1110100 11000000 1000100 101000 0 1000001 11001 1100001 110010 110011

Color Harmonies of #74C044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C044

Black with #74C044

Text Example


Text Example

White with #74C044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,192,68); }

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

background-color css

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

 a { background-color: rgb(116,192,68); }

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

border-color css

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

 span { border-color: rgb(116,192,68); }

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