#7CDD61

Color #7CDD61 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7CDD61

Tints of Pastel Green #7CDD61

Color information

#7CDD61 (or 0x7CDD61) is unknown color: approx Pastel Green. HEX triplet: 7C, DD and 61. RGB value is (124,221,97). Sum of RGB (Red+Green+Blue) = 124+221+97=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDD61 is #83229E. Grayscale: #B2B2B2. Windows color (decimal): -8594079 or 6413692. OLE color: 6413692.

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

Color convert

RGB12422197-
CMYK0.4400.560.13
HSL106.94º64.58%62.35%-
HSV(B)106.94º56.11%86.67%-
XYZ36.3356.8620.37-
YUV177.8682.3689.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.05%
GREEN value IS 221 (86.72% from 255) = 50%
BLUE value IS 97 (38.28% from 255) = 21.95%
R=28.05%
G=50%
B=21.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal124221970.4400.560.13106.9464.5862.35
Hex7CDD612C038D6b413e
Octal174335141540701515310176
Binary11111001101110111000011011000111000110111010111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,221,97); }

 H1.HeaderClassName
 {
   color: #7CDD61;
 }
 .AnyTagClassName
 {
   color: #7CDD61;
 }
</style>
background-color css

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

 a { background-color: rgb(124,221,97); }

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

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

 span { border-color: rgb(124,221,97); }

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