Html Css Color HEX #7FD474 Pastel Green

📋 copy color: '#7FD474'

red 127 ◦ green 212 ◦ blue 116

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

Shades of Pastel Green #7FD474

Tints of Pastel Green #7FD474

RGB

 RED value IS 127 (50% from 255) = 27.91%

 GREEN value IS 212 (83.2% from 255) = 46.59%

 BLUE value IS 116 (45.7% from 255) = 25.49%

R = 27.91%
G = 46.59%
B = 25.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#7FD474 (or 0x7FD474) is known color: Pastel Green. HEX triplet: 7F, D4 and 74. RGB value is (127,212,116). Sum of RGB (Red+Green+Blue) = 127+212+116=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD474 is #802B8B. Grayscale: #AFAFAF. Windows color (decimal): -8399756 or 7656575. OLE color: 7656575.

HSL color Cylindrical-coordinate representation of color #7FD474: hue angle of 113.12º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FD474 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 127 212 116 -
CMYK 0.40 0 0.45 0.17
HSL 113.13º 0.53% 0.64% -
HSV(B) 113.13º 0.45% 0.83% -
XYZ 35.45 52.86 24.86 -
YUV 175.64 94.34 93.31 -
System Red Green Blue C M Y K H S L
Decimal 127 212 116 0.40 0 0.45 0.17 113.13 0.53 0.64
Hex 7F D4 74 28 0 2D 11 71 35 40
Octal 177 324 164 50 0 55 21 161 65 100
Binary 1111111 11010100 1110100 101000 0 101101 10001 1110001 110101 1000000

Color Harmonies of #7FD474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD474

Black with #7FD474

Text Example


Text Example

White with #7FD474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FD474; }

 p { color: rgb(127,212,116); }

 H1.HeaderClassName
 {
   color: #7FD474;
 }
 .AnyTagClassName
 {
   color: #7FD474;
 }
</style>

background-color css

<style>
 a { background-color: #7FD474; }

 a { background-color: rgb(127,212,116); }

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

border-color css

<style>
 span { border-color: #7FD474; }

 span { border-color: rgb(127,212,116); }

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