Html Css Color HEX #74D570 Pastel Green

📋 copy color: '#74D570'

red 116 ◦ green 213 ◦ blue 112

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

Shades of Pastel Green #74D570

Tints of Pastel Green #74D570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.3%

 BLUE value IS 112 (44.14% from 255) = 25.4%

R = 26.3%
G = 48.3%
B = 25.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#74D570 (or 0x74D570) is known color: Pastel Green. HEX triplet: 74, D5 and 70. RGB value is (116,213,112). Sum of RGB (Red+Green+Blue) = 116+213+112=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #74D570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D570 is #8B2A8F. Grayscale: #ACACAC. Windows color (decimal): -9120400 or 7394676. OLE color: 7394676.

HSL color Cylindrical-coordinate representation of color #74D570: hue angle of 117.62º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D570 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 213 112 -
CMYK 0.46 0 0.47 0.16
HSL 117.62º 0.55% 0.64% -
HSV(B) 117.62º 0.47% 0.84% -
XYZ 33.92 52.47 23.67 -
YUV 172.48 93.86 87.71 -
System Red Green Blue C M Y K H S L
Decimal 116 213 112 0.46 0 0.47 0.16 117.62 0.55 0.64
Hex 74 D5 70 2E 0 2F 10 76 37 40
Octal 164 325 160 56 0 57 20 166 67 100
Binary 1110100 11010101 1110000 101110 0 101111 10000 1110110 110111 1000000

Color Harmonies of #74D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D570

Black with #74D570

Text Example


Text Example

White with #74D570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,213,112); }

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

background-color css

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

 a { background-color: rgb(116,213,112); }

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

border-color css

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

 span { border-color: rgb(116,213,112); }

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