Html Css Color HEX #74C14A Apple

📋 copy color: '#74C14A'

red 116 ◦ green 193 ◦ blue 74

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

Shades of Apple #74C14A

Tints of Apple #74C14A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.39%

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 30.29%
G = 50.39%
B = 19.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#74C14A (or 0x74C14A) is known color: Apple. HEX triplet: 74, C1 and 4A. RGB value is (116,193,74). Sum of RGB (Red+Green+Blue) = 116+193+74=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #74C14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C14A is #8B3EB5. Grayscale: #9C9C9C. Windows color (decimal): -9125558 or 4899188. OLE color: 4899188.

HSL color Cylindrical-coordinate representation of color #74C14A: hue angle of 98.82º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74C14A is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 193 74 -
CMYK 0.40 0 0.62 0.24
HSL 98.82º 0.49% 0.52% -
HSV(B) 98.82º 0.62% 0.76% -
XYZ 27.51 42.35 13.2 -
YUV 156.41 81.49 99.18 -
System Red Green Blue C M Y K H S L
Decimal 116 193 74 0.40 0 0.62 0.24 98.82 0.49 0.52
Hex 74 C1 4A 28 0 3E 18 63 31 34
Octal 164 301 112 50 0 76 30 143 61 64
Binary 1110100 11000001 1001010 101000 0 111110 11000 1100011 110001 110100

Color Harmonies of #74C14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C14A

Black with #74C14A

Text Example


Text Example

White with #74C14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,193,74); }

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

background-color css

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

 a { background-color: rgb(116,193,74); }

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

border-color css

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

 span { border-color: rgb(116,193,74); }

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