Html Css Color HEX #7CDB82 Pastel Green

📋 copy color: '#7CDB82'

red 124 ◦ green 219 ◦ blue 130

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

Shades of Pastel Green #7CDB82

Tints of Pastel Green #7CDB82

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.3%

 BLUE value IS 130 (51.17% from 255) = 27.48%

R = 26.22%
G = 46.3%
B = 27.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#7CDB82 (or 0x7CDB82) is known color: Pastel Green. HEX triplet: 7C, DB and 82. RGB value is (124,219,130). Sum of RGB (Red+Green+Blue) = 124+219+130=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDB82 is #83247D. Grayscale: #B4B4B4. Windows color (decimal): -8594558 or 8575868. OLE color: 8575868.

HSL color Cylindrical-coordinate representation of color #7CDB82: hue angle of 123.79º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDB82 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 219 130 -
CMYK 0.43 0 0.41 0.14
HSL 123.79º 0.57% 0.67% -
HSV(B) 123.79º 0.43% 0.86% -
XYZ 37.67 56.56 30.05 -
YUV 180.45 99.53 87.74 -
System Red Green Blue C M Y K H S L
Decimal 124 219 130 0.43 0 0.41 0.14 123.79 0.57 0.67
Hex 7C DB 82 2B 0 29 E 7C 39 43
Octal 174 333 202 53 0 51 16 174 71 103
Binary 1111100 11011011 10000010 101011 0 101001 1110 1111100 111001 1000011

Color Harmonies of #7CDB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDB82

Black with #7CDB82

Text Example


Text Example

White with #7CDB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,219,130); }

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

background-color css

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

 a { background-color: rgb(124,219,130); }

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

border-color css

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

 span { border-color: rgb(124,219,130); }

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