Html Css Color HEX #74CD40 Apple

📋 copy color: '#74CD40'

red 116 ◦ green 205 ◦ blue 64

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

Shades of Apple #74CD40

Tints of Apple #74CD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.25%

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 30.13%
G = 53.25%
B = 16.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#74CD40 (or 0x74CD40) is known color: Apple. HEX triplet: 74, CD and 40. RGB value is (116,205,64). Sum of RGB (Red+Green+Blue) = 116+205+64=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CD40 is #8B32BF. Grayscale: #A2A2A2. Windows color (decimal): -9122496 or 4246900. OLE color: 4246900.

HSL color Cylindrical-coordinate representation of color #74CD40: hue angle of 97.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74CD40 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 205 64 -
CMYK 0.43 0 0.69 0.20
HSL 97.87º 0.59% 0.53% -
HSV(B) 97.87º 0.69% 0.8% -
XYZ 29.96 47.75 12.49 -
YUV 162.32 72.51 94.96 -
System Red Green Blue C M Y K H S L
Decimal 116 205 64 0.43 0 0.69 0.20 97.87 0.59 0.53
Hex 74 CD 40 2B 0 45 14 62 3B 35
Octal 164 315 100 53 0 105 24 142 73 65
Binary 1110100 11001101 1000000 101011 0 1000101 10100 1100010 111011 110101

Color Harmonies of #74CD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CD40

Black with #74CD40

Text Example


Text Example

White with #74CD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,205,64); }

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

background-color css

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

 a { background-color: rgb(116,205,64); }

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

border-color css

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

 span { border-color: rgb(116,205,64); }

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