Html Css Color HEX #74C143 Apple

📋 copy color: '#74C143'

red 116 ◦ green 193 ◦ blue 67

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

Shades of Apple #74C143

Tints of Apple #74C143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.82%

R = 30.85%
G = 51.33%
B = 17.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#74C143 (or 0x74C143) is known color: Apple. HEX triplet: 74, C1 and 43. RGB value is (116,193,67). Sum of RGB (Red+Green+Blue) = 116+193+67=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #74C143 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C143 is #8B3EBC. Grayscale: #9C9C9C. Windows color (decimal): -9125565 or 4440436. OLE color: 4440436.

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

Color convert

RGB 116 193 67 -
CMYK 0.40 0 0.65 0.24
HSL 96.67º 0.5% 0.51% -
HSV(B) 96.67º 0.65% 0.76% -
XYZ 27.29 42.26 12.03 -
YUV 155.61 77.99 99.75 -
System Red Green Blue C M Y K H S L
Decimal 116 193 67 0.40 0 0.65 0.24 96.67 0.5 0.51
Hex 74 C1 43 28 0 41 18 61 32 33
Octal 164 301 103 50 0 101 30 141 62 63
Binary 1110100 11000001 1000011 101000 0 1000001 11000 1100001 110010 110011

Color Harmonies of #74C143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C143

Black with #74C143

Text Example


Text Example

White with #74C143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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