Html Css Color HEX #74D975 Pastel Green

📋 copy color: '#74D975'

red 116 ◦ green 217 ◦ blue 117

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

Shades of Pastel Green #74D975

Tints of Pastel Green #74D975

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.22%

 BLUE value IS 117 (46.09% from 255) = 26%

R = 25.78%
G = 48.22%
B = 26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#74D975 (or 0x74D975) is known color: Pastel Green. HEX triplet: 74, D9 and 75. RGB value is (116,217,117). Sum of RGB (Red+Green+Blue) = 116+217+117=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #74D975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D975 is #8B268A. Grayscale: #AFAFAF. Windows color (decimal): -9119371 or 7723380. OLE color: 7723380.

HSL color Cylindrical-coordinate representation of color #74D975: hue angle of 120.59º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D975 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 217 117 -
CMYK 0.47 0 0.46 0.15
HSL 120.59º 0.57% 0.65% -
HSV(B) 120.59º 0.47% 0.85% -
XYZ 35.23 54.62 25.52 -
YUV 175.4 95.04 85.63 -
System Red Green Blue C M Y K H S L
Decimal 116 217 117 0.47 0 0.46 0.15 120.59 0.57 0.65
Hex 74 D9 75 2F 0 2E F 79 39 41
Octal 164 331 165 57 0 56 17 171 71 101
Binary 1110100 11011001 1110101 101111 0 101110 1111 1111001 111001 1000001

Color Harmonies of #74D975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D975

Black with #74D975

Text Example


Text Example

White with #74D975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,217,117); }

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

background-color css

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

 a { background-color: rgb(116,217,117); }

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

border-color css

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

 span { border-color: rgb(116,217,117); }

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