Html Css Color HEX #7FDF85 Pastel Green

📋 copy color: '#7FDF85'

red 127 ◦ green 223 ◦ blue 133

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

Shades of Pastel Green #7FDF85

Tints of Pastel Green #7FDF85

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.17%

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 26.29%
G = 46.17%
B = 27.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#7FDF85 (or 0x7FDF85) is known color: Pastel Green. HEX triplet: 7F, DF and 85. RGB value is (127,223,133). Sum of RGB (Red+Green+Blue) = 127+223+133=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDF85 is #80207A. Grayscale: #B8B8B8. Windows color (decimal): -8396923 or 8773503. OLE color: 8773503.

HSL color Cylindrical-coordinate representation of color #7FDF85: hue angle of 123.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDF85 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 223 133 -
CMYK 0.43 0 0.40 0.13
HSL 123.75º 0.6% 0.69% -
HSV(B) 123.75º 0.43% 0.87% -
XYZ 39.37 58.98 31.5 -
YUV 184.04 99.2 87.32 -
System Red Green Blue C M Y K H S L
Decimal 127 223 133 0.43 0 0.40 0.13 123.75 0.6 0.69
Hex 7F DF 85 2B 0 28 D 7C 3C 45
Octal 177 337 205 53 0 50 15 174 74 105
Binary 1111111 11011111 10000101 101011 0 101000 1101 1111100 111100 1000101

Color Harmonies of #7FDF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDF85

Black with #7FDF85

Text Example


Text Example

White with #7FDF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,223,133); }

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

background-color css

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

 a { background-color: rgb(127,223,133); }

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

border-color css

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

 span { border-color: rgb(127,223,133); }

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