Html Css Color HEX #74D43A Apple

📋 copy color: '#74D43A'

red 116 ◦ green 212 ◦ blue 58

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

Shades of Apple #74D43A

Tints of Apple #74D43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.92%

 BLUE value IS 58 (23.05% from 255) = 15.03%

R = 30.05%
G = 54.92%
B = 15.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#74D43A (or 0x74D43A) is known color: Apple. HEX triplet: 74, D4 and 3A. RGB value is (116,212,58). Sum of RGB (Red+Green+Blue) = 116+212+58=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 212 (83.20% from 255 or 54.92% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 212 - color contains mainly: green. Hex color #74D43A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D43A is #8B2BC5. Grayscale: #A6A6A6. Windows color (decimal): -9120710 or 3855476. OLE color: 3855476.

HSL color Cylindrical-coordinate representation of color #74D43A: hue angle of 97.4º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74D43A is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 212 58 -
CMYK 0.45 0 0.73 0.17
HSL 97.4º 0.64% 0.53% -
HSV(B) 97.4º 0.73% 0.83% -
XYZ 31.51 51.11 12.21 -
YUV 165.74 67.2 92.52 -
System Red Green Blue C M Y K H S L
Decimal 116 212 58 0.45 0 0.73 0.17 97.4 0.64 0.53
Hex 74 D4 3A 2D 0 49 11 61 40 35
Octal 164 324 72 55 0 111 21 141 100 65
Binary 1110100 11010100 111010 101101 0 1001001 10001 1100001 1000000 110101

Color Harmonies of #74D43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D43A

Black with #74D43A

Text Example


Text Example

White with #74D43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,212,58); }

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

background-color css

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

 a { background-color: rgb(116,212,58); }

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

border-color css

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

 span { border-color: rgb(116,212,58); }

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