Html Css Color HEX #7CDF85 Pastel Green

📋 copy color: '#7CDF85'

red 124 ◦ green 223 ◦ blue 133

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

Shades of Pastel Green #7CDF85

Tints of Pastel Green #7CDF85

RGB

 RED value IS 124 (48.83% from 255) = 25.83%

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

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

R = 25.83%
G = 46.46%
B = 27.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#7CDF85 (or 0x7CDF85) is known color: Pastel Green. HEX triplet: 7C, DF and 85. RGB value is (124,223,133). Sum of RGB (Red+Green+Blue) = 124+223+133=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDF85 is #83207A. Grayscale: #B7B7B7. Windows color (decimal): -8593531 or 8773500. OLE color: 8773500.

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

Color convert

RGB 124 223 133 -
CMYK 0.44 0 0.40 0.13
HSL 125.45º 0.61% 0.68% -
HSV(B) 125.45º 0.44% 0.87% -
XYZ 38.93 58.75 31.48 -
YUV 183.14 99.7 85.82 -
System Red Green Blue C M Y K H S L
Decimal 124 223 133 0.44 0 0.40 0.13 125.45 0.61 0.68
Hex 7C DF 85 2C 0 28 D 7D 3D 44
Octal 174 337 205 54 0 50 15 175 75 104
Binary 1111100 11011111 10000101 101100 0 101000 1101 1111101 111101 1000100

Color Harmonies of #7CDF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDF85

Black with #7CDF85

Text Example


Text Example

White with #7CDF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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