Html Css Color HEX #7CDF70 Pastel Green

📋 copy color: '#7CDF70'

red 124 ◦ green 223 ◦ blue 112

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

Shades of Pastel Green #7CDF70

Tints of Pastel Green #7CDF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.4%

R = 27.02%
G = 48.58%
B = 24.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#7CDF70 (or 0x7CDF70) is known color: Pastel Green. HEX triplet: 7C, DF and 70. RGB value is (124,223,112). Sum of RGB (Red+Green+Blue) = 124+223+112=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDF70 is #83208F. Grayscale: #B5B5B5. Windows color (decimal): -8593552 or 7397244. OLE color: 7397244.

HSL color Cylindrical-coordinate representation of color #7CDF70: hue angle of 113.51º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CDF70 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 223 112 -
CMYK 0.44 0 0.50 0.13
HSL 113.51º 0.63% 0.66% -
HSV(B) 113.51º 0.5% 0.87% -
XYZ 37.62 58.23 24.59 -
YUV 180.75 89.2 87.53 -
System Red Green Blue C M Y K H S L
Decimal 124 223 112 0.44 0 0.50 0.13 113.51 0.63 0.66
Hex 7C DF 70 2C 0 32 D 72 3F 42
Octal 174 337 160 54 0 62 15 162 77 102
Binary 1111100 11011111 1110000 101100 0 110010 1101 1110010 111111 1000010

Color Harmonies of #7CDF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDF70

Black with #7CDF70

Text Example


Text Example

White with #7CDF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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