#7DCF6B

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

Shades of Pastel Green #7DCF6B

Tints of Pastel Green #7DCF6B

Color information

#7DCF6B (or 0x7DCF6B) is unknown color: approx Pastel Green. HEX triplet: 7D, CF and 6B. RGB value is (125,207,107). Sum of RGB (Red+Green+Blue) = 125+207+107=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCF6B is #823094. Grayscale: #ABABAB. Windows color (decimal): -8532117 or 7065469. OLE color: 7065469.

HSL color Cylindrical-coordinate representation of color #7DCF6B: hue angle of 109.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DCF6B is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB125207107-
CMYK0.4000.480.19
HSL109.2º51.02%61.57%-
HSV(B)109.2º48.31%81.18%-
XYZ33.4250.0521.81-
YUV171.0891.8395.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.47%
GREEN value IS 207 (81.25% from 255) = 47.15%
BLUE value IS 107 (42.19% from 255) = 24.37%
R=28.47%
G=47.15%
B=24.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252071070.4000.480.19109.251.0261.57
Hex7DCF6B28030136d333e
Octal17531715350060231556376
Binary11111011100111111010111010000110000100111101101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,207,107); }

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

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

 a { background-color: rgb(125,207,107); }

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

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

 span { border-color: rgb(125,207,107); }

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