Html Css Color HEX #74CC73 Pastel Green

📋 copy color: '#74CC73'

red 116 ◦ green 204 ◦ blue 115

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

Shades of Pastel Green #74CC73

Tints of Pastel Green #74CC73

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.9%

 BLUE value IS 115 (45.31% from 255) = 26.44%

R = 26.67%
G = 46.9%
B = 26.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#74CC73 (or 0x74CC73) is known color: Pastel Green. HEX triplet: 74, CC and 73. RGB value is (116,204,115). Sum of RGB (Red+Green+Blue) = 116+204+115=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CC73 is #8B338C. Grayscale: #A7A7A7. Windows color (decimal): -9122701 or 7588980. OLE color: 7588980.

HSL color Cylindrical-coordinate representation of color #74CC73: hue angle of 119.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CC73 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 204 115 -
CMYK 0.43 0 0.44 0.2
HSL 119.33º 0.47% 0.63% -
HSV(B) 119.33º 0.44% 0.8% -
XYZ 31.89 48.14 23.83 -
YUV 167.54 98.35 91.24 -
System Red Green Blue C M Y K H S L
Decimal 116 204 115 0.43 0 0.44 0.2 119.33 0.47 0.63
Hex 74 CC 73 2B 0 2C 14 77 2F 3F
Octal 164 314 163 53 0 54 24 167 57 77
Binary 1110100 11001100 1110011 101011 0 101100 10100 1110111 101111 111111

Color Harmonies of #74CC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CC73

Black with #74CC73

Text Example


Text Example

White with #74CC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,204,115); }

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

background-color css

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

 a { background-color: rgb(116,204,115); }

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

border-color css

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

 span { border-color: rgb(116,204,115); }

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