Html Css Color HEX #74CA79 Pastel Green

📋 copy color: '#74CA79'

red 116 ◦ green 202 ◦ blue 121

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

Shades of Pastel Green #74CA79

Tints of Pastel Green #74CA79

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.01%

 BLUE value IS 121 (47.66% from 255) = 27.56%

R = 26.42%
G = 46.01%
B = 27.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#74CA79 (or 0x74CA79) is known color: Pastel Green. HEX triplet: 74, CA and 79. RGB value is (116,202,121). Sum of RGB (Red+Green+Blue) = 116+202+121=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA79 is #8B3586. Grayscale: #A7A7A7. Windows color (decimal): -9123207 or 7981684. OLE color: 7981684.

HSL color Cylindrical-coordinate representation of color #74CA79: hue angle of 123.49º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CA79 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 202 121 -
CMYK 0.43 0 0.40 0.21
HSL 123.49º 0.45% 0.62% -
HSV(B) 123.49º 0.43% 0.79% -
XYZ 31.77 47.33 25.55 -
YUV 167.05 102.01 91.59 -
System Red Green Blue C M Y K H S L
Decimal 116 202 121 0.43 0 0.40 0.21 123.49 0.45 0.62
Hex 74 CA 79 2B 0 28 15 7B 2D 3E
Octal 164 312 171 53 0 50 25 173 55 76
Binary 1110100 11001010 1111001 101011 0 101000 10101 1111011 101101 111110

Color Harmonies of #74CA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CA79

Black with #74CA79

Text Example


Text Example

White with #74CA79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,202,121); }

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

background-color css

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

 a { background-color: rgb(116,202,121); }

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

border-color css

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

 span { border-color: rgb(116,202,121); }

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