Html Css Color HEX #74C046 Apple

📋 copy color: '#74C046'

red 116 ◦ green 192 ◦ blue 70

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

Shades of Apple #74C046

Tints of Apple #74C046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.52%

R = 30.69%
G = 50.79%
B = 18.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#74C046 (or 0x74C046) is known color: Apple. HEX triplet: 74, C0 and 46. RGB value is (116,192,70). Sum of RGB (Red+Green+Blue) = 116+192+70=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #74C046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C046 is #8B3FB9. Grayscale: #9B9B9B. Windows color (decimal): -9125818 or 4636788. OLE color: 4636788.

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

Color convert

RGB 116 192 70 -
CMYK 0.40 0 0.64 0.25
HSL 97.38º 0.49% 0.51% -
HSV(B) 97.38º 0.64% 0.75% -
XYZ 27.16 41.85 12.44 -
YUV 155.37 79.82 99.92 -
System Red Green Blue C M Y K H S L
Decimal 116 192 70 0.40 0 0.64 0.25 97.38 0.49 0.51
Hex 74 C0 46 28 0 40 19 61 31 33
Octal 164 300 106 50 0 100 31 141 61 63
Binary 1110100 11000000 1000110 101000 0 1000000 11001 1100001 110001 110011

Color Harmonies of #74C046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C046

Black with #74C046

Text Example


Text Example

White with #74C046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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