Html Css Color HEX #7CDE85 Pastel Green

📋 copy color: '#7CDE85'

red 124 ◦ green 222 ◦ blue 133

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

Shades of Pastel Green #7CDE85

Tints of Pastel Green #7CDE85

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.35%

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

R = 25.89%
G = 46.35%
B = 27.77%

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

#7CDE85 (or 0x7CDE85) is known color: Pastel Green. HEX triplet: 7C, DE and 85. RGB value is (124,222,133). Sum of RGB (Red+Green+Blue) = 124+222+133=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDE85 is #83217A. Grayscale: #B6B6B6. Windows color (decimal): -8593787 or 8773244. OLE color: 8773244.

HSL color Cylindrical-coordinate representation of color #7CDE85: hue angle of 125.51º degrees, saturation: 0.6, 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 #7CDE85 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 222 133 -
CMYK 0.44 0 0.40 0.13
HSL 125.51º 0.6% 0.68% -
HSV(B) 125.51º 0.44% 0.87% -
XYZ 38.67 58.22 31.39 -
YUV 182.55 100.03 86.24 -
System Red Green Blue C M Y K H S L
Decimal 124 222 133 0.44 0 0.40 0.13 125.51 0.6 0.68
Hex 7C DE 85 2C 0 28 D 7E 3C 44
Octal 174 336 205 54 0 50 15 176 74 104
Binary 1111100 11011110 10000101 101100 0 101000 1101 1111110 111100 1000100

Color Harmonies of #7CDE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDE85

Black with #7CDE85

Text Example


Text Example

White with #7CDE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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