Html Css Color HEX #74C341 Apple

📋 copy color: '#74C341'

red 116 ◦ green 195 ◦ blue 65

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

Shades of Apple #74C341

Tints of Apple #74C341

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.86%

 BLUE value IS 65 (25.78% from 255) = 17.29%

R = 30.85%
G = 51.86%
B = 17.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#74C341 (or 0x74C341) is known color: Apple. HEX triplet: 74, C3 and 41. RGB value is (116,195,65). Sum of RGB (Red+Green+Blue) = 116+195+65=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #74C341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C341 is #8B3CBE. Grayscale: #9D9D9D. Windows color (decimal): -9125055 or 4309876. OLE color: 4309876.

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

Color convert

RGB 116 195 65 -
CMYK 0.41 0 0.67 0.24
HSL 96.46º 0.52% 0.51% -
HSV(B) 96.46º 0.67% 0.76% -
XYZ 27.67 43.12 11.87 -
YUV 156.56 76.33 99.07 -
System Red Green Blue C M Y K H S L
Decimal 116 195 65 0.41 0 0.67 0.24 96.46 0.52 0.51
Hex 74 C3 41 29 0 43 18 60 34 33
Octal 164 303 101 51 0 103 30 140 64 63
Binary 1110100 11000011 1000001 101001 0 1000011 11000 1100000 110100 110011

Color Harmonies of #74C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C341

Black with #74C341

Text Example


Text Example

White with #74C341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,195,65); }

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

background-color css

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

 a { background-color: rgb(116,195,65); }

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

border-color css

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

 span { border-color: rgb(116,195,65); }

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