Html Css Color HEX #74CD32 Apple

📋 copy color: '#74CD32'

red 116 ◦ green 205 ◦ blue 50

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

Shades of Apple #74CD32

Tints of Apple #74CD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 31.27%
G = 55.26%
B = 13.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#74CD32 (or 0x74CD32) is known color: Apple. HEX triplet: 74, CD and 32. RGB value is (116,205,50). Sum of RGB (Red+Green+Blue) = 116+205+50=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CD32 is #8B32CD. Grayscale: #A1A1A1. Windows color (decimal): -9122510 or 3329396. OLE color: 3329396.

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

Color convert

RGB 116 205 50 -
CMYK 0.43 0 0.76 0.20
HSL 94.45º 0.61% 0.5% -
HSV(B) 94.45º 0.76% 0.8% -
XYZ 29.61 47.61 10.65 -
YUV 160.72 65.51 96.1 -
System Red Green Blue C M Y K H S L
Decimal 116 205 50 0.43 0 0.76 0.20 94.45 0.61 0.5
Hex 74 CD 32 2B 0 4C 14 5E 3D 32
Octal 164 315 62 53 0 114 24 136 75 62
Binary 1110100 11001101 110010 101011 0 1001100 10100 1011110 111101 110010

Color Harmonies of #74CD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CD32

Black with #74CD32

Text Example


Text Example

White with #74CD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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